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