@@ -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;
},