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
f0e4263d
Commit
f0e4263d
authored
Sep 09, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改标签编辑
parent
9841e28a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
sync-crowd-dialog.vue
src/components/app/my-customer/sync-crowd-dialog.vue
+2
-2
clerk-tag.vue
src/views/apps/customer-app/clerk-tag.vue
+4
-1
No files found.
src/components/app/my-customer/sync-crowd-dialog.vue
View file @
f0e4263d
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 10:31:09
* @LastEditors: 无尘
* @LastEditTime: 2020-09-0
8 17:09:32
* @LastEditTime: 2020-09-0
9 10:06:07
-->
<!--
<sync-crowd-dialog :brand-id="brandId" :select-ids="selectIds" :total-num="totalNum" @refreshData="refreshData"></sync-crowd-dialog>
...
...
@@ -136,7 +136,7 @@ export default {
return
false
;
}
if
(
that
.
multipleSelection
.
length
>
(
20
-
that
.
totalNum
))
{
showMsg
.
showmsg
(
`最多可同步
${
20
-
that
.
totalNum
}
个场景人群`
,
'warning'
);
showMsg
.
showmsg
(
`最多
还
可同步
${
20
-
that
.
totalNum
}
个场景人群`
,
'warning'
);
return
false
;
}
that
.
loadingBtn
=
true
;
...
...
src/views/apps/customer-app/clerk-tag.vue
View file @
f0e4263d
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-09
09:26:25
* @LastEditTime: 2020-09-09
10:09:42
-->
<
template
>
...
...
@@ -244,6 +244,9 @@ export default {
};
getTagDetail
(
para
)
.
then
(
res
=>
{
if
(
res
.
result
&&
!
res
.
result
.
tagValueDTOList
)
{
res
.
result
.
tagValueDTOList
=
[];
}
that
.
editRow
=
res
.
result
||
{};
that
.
showTagDialog
=
true
;
})
...
...
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