fix:获取asset表格数据钱删除参数为空的参数。
This commit is contained in:
@@ -496,10 +496,14 @@
|
|||||||
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)
|
||||||
}
|
}
|
||||||
|
Object.keys(this.searchLabel).forEach(key=>{
|
||||||
|
if(!this.searchLabel[key]&&this.searchLabel[key]!==0){
|
||||||
|
delete this.searchLabel[key]
|
||||||
|
}
|
||||||
|
});
|
||||||
this.$get('asset', this.searchLabel).then(response => {
|
this.$get('asset', this.searchLabel).then(response => {
|
||||||
this.tools.loading = false;
|
this.tools.loading = false;
|
||||||
if (response.code === 200) {
|
if (response.code === 200) {
|
||||||
// response.data.list=response.data.list.concat(response.data.list,response.data.list,response.data.list,response.data.list,response.data.list,response.data.list,response.data.list)
|
|
||||||
this.tableData = response.data.list;
|
this.tableData = response.data.list;
|
||||||
this.pageObj.total = response.data.total;
|
this.pageObj.total = response.data.total;
|
||||||
bus.$emit('asset-property-change');
|
bus.$emit('asset-property-change');
|
||||||
|
|||||||
Reference in New Issue
Block a user