Commit cf4f077c by KyleAlex

接口增加id

parent 341512c5
......@@ -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