fix: 修复弹窗清除
This commit is contained in:
parent
9eed246d01
commit
34d91cb966
|
@ -455,6 +455,7 @@
|
||||||
this.maskshow = false;
|
this.maskshow = false;
|
||||||
this.account = "";
|
this.account = "";
|
||||||
this.reaccount = "";
|
this.reaccount = "";
|
||||||
|
this.jd_code = '';
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -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 = "";
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue