Parcourir la source

修改独立标签列表页查询(1472)

zhangxc il y a 6 ans
Parent
commit
0a6af4747d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/icss/IndeptLabel.vue

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

@@ -204,7 +204,7 @@
           size: this.pageSize,
           type: this.filter.tagAdscription,
           tagName: this.filter.tagSysName,
-          controlTypeList: this.filter.controlType
+          controlTypeList: this.filter.controlType[0] ? this.filter.controlType: []
         };
         return param;
       },