Преглед изворни кода

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