Commit e260149b by KyleAlex

Merge branch 'wuyue' into dev

parents c8d3c695 cf4f077c
......@@ -665,7 +665,7 @@ export default {
});
},
getIsAllowAdd() {
getIsAllowAdd().then(res => {
getIsAllowAdd({ tagGroupId: this.$route.query.memberTagGroupId || undefined }).then(res => {
res.errorCode === 1 && !res.result && (this.isAllowAdd = res.result);
})
}
......
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