Преглед на файлове

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

zhangxc преди 6 години
родител
ревизия
0a6af4747d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;
       },