|
@@ -202,6 +202,7 @@ export default {
|
|
|
const filter = { bind: this.types };
|
|
|
this.filterQuery({ filter });
|
|
|
this.visibleSync = false;
|
|
|
+ this.$refs.filterList.resetPage(-1);
|
|
|
},
|
|
|
// 富文本改变
|
|
|
editChage (e) {
|
|
@@ -239,6 +240,7 @@ export default {
|
|
|
this.types = data.code;
|
|
|
const filter = { bind: data.code };
|
|
|
await this.filterQuery({ filter });
|
|
|
+ this.$refs.filterList.resetPage(-1);
|
|
|
}
|
|
|
}
|
|
|
};
|