fix: 修复弹窗清除

This commit is contained in:
zhangds 2024-03-07 11:24:14 +08:00
parent 9eed246d01
commit 34d91cb966
2 changed files with 3 additions and 0 deletions

View File

@ -455,6 +455,7 @@
this.maskshow = false; this.maskshow = false;
this.account = ""; this.account = "";
this.reaccount = ""; this.reaccount = "";
this.jd_code = '';
}, },
}, },

View File

@ -482,6 +482,7 @@
this.popboxshow = false; this.popboxshow = false;
this.account = ""; this.account = "";
this.reaccount = ""; this.reaccount = "";
this.jd_code = '';
}, },
focusFn(a) { focusFn(a) {
if (goodsDetail.available != 1) { if (goodsDetail.available != 1) {
@ -501,6 +502,7 @@
this.maskshow = false; this.maskshow = false;
this.account = ""; this.account = "";
this.reaccount = ""; this.reaccount = "";
this.jd_code = "";
}, },
}, },