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