瀏覽代碼

修改独立标签列表页查询(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;
       },