fix:取消asset查询多余请求参数

This commit is contained in:
wangwenrui
2020-11-18 16:56:40 +08:00
parent 07ccb9bc20
commit a98df2ed48

View File

@@ -472,6 +472,7 @@
getTableData() {
let oldSearchLabel = JSON.parse(JSON.stringify(this.searchLabel));
this.searchLabel = Object.assign(this.searchLabel, this.pageObj);
delete this.searchLabel.total
this.tools.loading = true;
if(this.searchLabel.tags && this.searchLabel.tags!=''){
this.searchLabel.tags=encodeURIComponent(this.searchLabel.tags)