Browse Source

独立标签列表显示类型bug修改

zhouna 6 years ago
parent
commit
71b2b268d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/icss/IndeptLabel.vue

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

@@ -138,7 +138,7 @@
           const list = [...res.data.data.records];
           for (var i = 0; i < list.length; i++) {
             for (var j =  0; j < this.tagTypes.length; j++) {
-              if(list[i].tagType == this.tagTypes[j].val) {
+              if(list[i].controlType == this.tagTypes[j].val) {
                 list[i].tagTypeCn = this.tagTypes[j].name;
               }
             }