Explorar o código

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

zhangxc %!s(int64=6) %!d(string=hai) anos
pai
achega
0a6af4747d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
       },