fix:取消asset查询多余请求参数
This commit is contained in:
@@ -472,6 +472,7 @@
|
|||||||
getTableData() {
|
getTableData() {
|
||||||
let oldSearchLabel = JSON.parse(JSON.stringify(this.searchLabel));
|
let oldSearchLabel = JSON.parse(JSON.stringify(this.searchLabel));
|
||||||
this.searchLabel = Object.assign(this.searchLabel, this.pageObj);
|
this.searchLabel = Object.assign(this.searchLabel, this.pageObj);
|
||||||
|
delete this.searchLabel.total
|
||||||
this.tools.loading = true;
|
this.tools.loading = true;
|
||||||
if(this.searchLabel.tags && this.searchLabel.tags!=''){
|
if(this.searchLabel.tags && this.searchLabel.tags!=''){
|
||||||
this.searchLabel.tags=encodeURIComponent(this.searchLabel.tags)
|
this.searchLabel.tags=encodeURIComponent(this.searchLabel.tags)
|
||||||
|
|||||||
Reference in New Issue
Block a user