Commit 7a6168ac authored by Smile's avatar Smile Committed by wux

fix:添加收货人页面没有做刷新清空字段值,回显了编辑收货人页面的信息

parent 62c10c7d
...@@ -1153,7 +1153,13 @@ export default { ...@@ -1153,7 +1153,13 @@ export default {
page:1, page:1,
conForm:{ conForm:{
dialCode:'', dialCode:'',
id:0 id:0,
name: '',
nameEn: '',
phone: '',
email: '',
company: '',
companyEn: '',
}, },
date: '', date: '',
time:'00:00', time:'00:00',
...@@ -2540,7 +2546,13 @@ export default { ...@@ -2540,7 +2546,13 @@ export default {
closeInsertCon(){ closeInsertCon(){
this.conForm = { this.conForm = {
dialCode:this.config.countrySn.value[0], dialCode:this.config.countrySn.value[0],
id:0 id:0,
name: '',
nameEn: '',
phone: '',
email: '',
company: '',
companyEn: '',
} }
this.$refs.insertCon.close() this.$refs.insertCon.close()
}, },
......
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