Browse Source

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

zhangxc 6 years ago
parent
commit
0a6af4747d
1 changed files with 1 additions and 1 deletions
  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;
       },