fix:wpr抽屉先清空,再获取
This commit is contained in:
parent
a30e7e0dcc
commit
3d53796fa5
|
@ -136,6 +136,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
open(mode) {
|
open(mode) {
|
||||||
let that = this;
|
let that = this;
|
||||||
|
that.wprList = [];
|
||||||
this.mode = mode;
|
this.mode = mode;
|
||||||
this.params.wm = this.wm;
|
this.params.wm = this.wm;
|
||||||
this.visible = true;
|
this.visible = true;
|
||||||
|
|
Loading…
Reference in New Issue