Browse Source

修改标签组部分

liuxiaona 2 years ago
parent
commit
dee610ded2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      project/src/components/assembly/tagGroup.vue

+ 1 - 1
project/src/components/assembly/tagGroup.vue

@@ -133,7 +133,7 @@ export default {
133 133
       this.loading = true
134 134
       this.$axios.post(this.URL.BASEURL + this.URL.edit_tag_group, {
135 135
         group_name: this.groupName,
136
-        // group_id: this.groupId,
136
+        group_id: this.groupId,
137 137
         tag_list:this.moreLable
138 138
       }).then((res) => {
139 139
         var res = res.data