Commit 8bce79dc authored by dragondean@qq.com's avatar dragondean@qq.com

拆单未提交表单关闭弹层时,重置表单内容

parent bf84cb63
...@@ -391,6 +391,12 @@ export default { ...@@ -391,6 +391,12 @@ export default {
}); });
}, },
}, },
// 关闭放入弹层的时候清理弹层表单内容
shopOpen(show){
if(!show){
this.shopForm = {}
}
}
}, },
computed:{ computed:{
getDictData(){ getDictData(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment