Commit 9a699989 by caoyanzhi

update: 会员标签调整

parent 5d969575
......@@ -196,6 +196,7 @@ export default {
dictFigureList: null,
dilogTagVisible: false,
curTagsList: [],
otherTagItemIds: '',
dilogRemarkVisible: false,
formRemark: {
remark: "",
......@@ -366,6 +367,7 @@ export default {
}
doFetch(url.updateClerkTags, {
memberId: this.memberId,
otherTagItemIds: this.otherTagItemIds,
tagIds: curtagIds
})
.then(res => {
......@@ -394,6 +396,7 @@ export default {
.then(res => {
if (res.data.errorCode === 0) {
let tempList = res.data.result.tagsList;
this.otherTagItemIds = res.data.result.otherTagItemIds;
if (tempList) {
let paranttag = tempList.filter(item => {
return item.parentTagsId == null;
......
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