fix:asset切换左侧数据时 吧pageNo置为1

This commit is contained in:
zhangyu
2020-11-21 18:03:47 +08:00
parent e6a30550f0
commit 12225e0119

View File

@@ -688,6 +688,7 @@
},
initEvent() {
bus.$on("asset-filter-change", (column, content) => {
this.pageObj.pageNo=1;
let oldPageObj = JSON.parse(JSON.stringify(this.pageObj));
if(column == 'multiParam'){
let $self=this;