Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
a4b75227
Commit
a4b75227
authored
Sep 15, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改同步人群选择
parent
c61e01e7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
5 deletions
+3
-5
chunk-2b9acf53.b4621154.css
dist/css/chunk-2b9acf53.b4621154.css
+2
-2
index.html
dist/index.html
+0
-0
app.cbdcf662.js
dist/js/app.cbdcf662.js
+0
-0
chunk-2b9acf53.cbeb40f6.js
dist/js/chunk-2b9acf53.cbeb40f6.js
+0
-0
sync-crowd-dialog.vue
src/components/app/my-customer/sync-crowd-dialog.vue
+1
-3
No files found.
dist/css/chunk-
668023f8.2bef6b30
.css
→
dist/css/chunk-
2b9acf53.b4621154
.css
View file @
a4b75227
.line-18
[
data-v-6240ab4d
]
{
line-height
:
18px
}
.w-165
[
data-v-6240ab4d
]
{
width
:
165px
}
.dialog-footer
[
data-v-6240ab4d
]
{
margin-top
:
-20px
}
.el-table
.cell.el-tooltip
div
[
data-v-6240ab4d
]
{
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
}
.font-22
[
data-v-72e45954
]
{
font-size
:
22px
}
.common-bottom-border
[
data-v-72e45954
]
{
cursor
:
pointer
;
padding-bottom
:
2px
;
border-bottom
:
1px
dashed
#2f54eb
}
.w-162
[
data-v-72e45954
]
{
width
:
162px
}
.move-row-cell
.icontuozhuaiopen
[
data-v-72e45954
]
{
display
:
none
}
.move-row-cell
:hover
.show-icon
[
data-v-72e45954
]
{
display
:
inline-block
;
vertical-align
:
middle
}
.crowd-scene-table
.line-18
[
data-v-72e45954
]
{
line-height
:
18px
}
.line-18
[
data-v-09a282b9
]
{
line-height
:
18px
}
.w-165
[
data-v-09a282b9
]
{
width
:
165px
}
.dialog-footer
[
data-v-09a282b9
]
{
margin-top
:
-20px
}
.el-table
.cell.el-tooltip
div
[
data-v-09a282b9
]
{
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
}
.font-22
[
data-v-72e45954
]
{
font-size
:
22px
}
.common-bottom-border
[
data-v-72e45954
]
{
cursor
:
pointer
;
padding-bottom
:
2px
;
border-bottom
:
1px
dashed
#2f54eb
}
.w-162
[
data-v-72e45954
]
{
width
:
162px
}
.move-row-cell
.icontuozhuaiopen
[
data-v-72e45954
]
{
display
:
none
}
.move-row-cell
:hover
.show-icon
[
data-v-72e45954
]
{
display
:
inline-block
;
vertical-align
:
middle
}
.crowd-scene-table
.line-18
[
data-v-72e45954
]
{
line-height
:
18px
}
\ No newline at end of file
\ No newline at end of file
dist/index.html
View file @
a4b75227
This diff is collapsed.
Click to expand it.
dist/js/app.
a4c8c1d6
.js
→
dist/js/app.
cbdcf662
.js
View file @
a4b75227
This diff is collapsed.
Click to expand it.
dist/js/chunk-
668023f8.3613da57
.js
→
dist/js/chunk-
2b9acf53.cbeb40f6
.js
View file @
a4b75227
This diff is collapsed.
Click to expand it.
src/components/app/my-customer/sync-crowd-dialog.vue
View file @
a4b75227
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-28 10:31:09
* @Date: 2020-08-28 10:31:09
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-09-15 17:
37:21
* @LastEditTime: 2020-09-15 17:
41:00
-->
-->
<!--
<!--
<sync-crowd-dialog :brand-id="brandId" :select-ids="selectIds" :total-num="totalNum" @refreshData="refreshData"></sync-crowd-dialog>
<sync-crowd-dialog :brand-id="brandId" :select-ids="selectIds" :total-num="totalNum" @refreshData="refreshData"></sync-crowd-dialog>
...
@@ -179,9 +179,7 @@ export default {
...
@@ -179,9 +179,7 @@ export default {
const
ids
=
that
.
multipleSelection
.
map
(
ele
=>
ele
.
sceneCrowdId
);
const
ids
=
that
.
multipleSelection
.
map
(
ele
=>
ele
.
sceneCrowdId
);
that
.
$refs
.
multipleTable
.
clearSelection
();
that
.
$refs
.
multipleTable
.
clearSelection
();
that
.
tableData
.
forEach
(
row
=>
{
that
.
tableData
.
forEach
(
row
=>
{
localStorage
.
setItem
(
'ids'
,
ids
);
if
(
ids
.
includes
(
row
.
sceneCrowdId
))
{
if
(
ids
.
includes
(
row
.
sceneCrowdId
))
{
localStorage
.
setItem
(
'id2s'
,
ids
);
that
.
$refs
.
multipleTable
.
toggleRowSelection
(
row
);
that
.
$refs
.
multipleTable
.
toggleRowSelection
(
row
);
}
}
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment