fix:asset切换左侧数据时 吧pageNo置为1
This commit is contained in:
@@ -688,6 +688,7 @@
|
|||||||
},
|
},
|
||||||
initEvent() {
|
initEvent() {
|
||||||
bus.$on("asset-filter-change", (column, content) => {
|
bus.$on("asset-filter-change", (column, content) => {
|
||||||
|
this.pageObj.pageNo=1;
|
||||||
let oldPageObj = JSON.parse(JSON.stringify(this.pageObj));
|
let oldPageObj = JSON.parse(JSON.stringify(this.pageObj));
|
||||||
if(column == 'multiParam'){
|
if(column == 'multiParam'){
|
||||||
let $self=this;
|
let $self=this;
|
||||||
|
|||||||
Reference in New Issue
Block a user