Commit f0e4263d by 无尘

fix: 修改标签编辑

parent 9841e28a
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 10:31:09
* @LastEditors: 无尘
* @LastEditTime: 2020-09-08 17:09:32
* @LastEditTime: 2020-09-09 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;
......
......@@ -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;
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment