fix:asset切换左侧数据时 吧pageNo置为1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user