Commit 7c296150 authored by honghy's avatar honghy

Merge branch 'jd_dev' of...

Merge branch 'jd_dev' of http://110.41.143.128:8081/lanbaoming/jiedao-app-customer-new-master into jd_dev
parents 66f1f0de f4a573f5
...@@ -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',
...@@ -2538,7 +2544,13 @@ export default { ...@@ -2538,7 +2544,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