Explorar o código

修改标签组填写单类型取值

zhangxc %!s(int64=6) %!d(string=hai) anos
pai
achega
2261cd1b97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/icss/LabelGroup.vue

+ 1 - 1
src/components/icss/LabelGroup.vue

@@ -134,7 +134,7 @@ export default {
                     let tmpLis = res.data.data[1]
                     this.Adscriptions = tmpLis.filter(item => item.val != 7);
 
-                    this.tagTypes =  res.data.data[3];
+                    this.tagTypes =  res.data.data[2];
                     for (var i = 0; i < this.tagTypes.length; i++) {
                         this.tagTypesList.push(this.tagTypes[i].val)
                     }