fix:wpr抽屉先清空,再获取

This commit is contained in:
shijing 2025-09-11 14:09:06 +08:00
parent a30e7e0dcc
commit 3d53796fa5
1 changed files with 1 additions and 0 deletions

View File

@ -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;