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 {
page:1,
conForm:{
dialCode:'',
id:0
id:0,
name: '',
nameEn: '',
phone: '',
email: '',
company: '',
companyEn: '',
},
date: '',
time:'00:00',
......@@ -2538,7 +2544,13 @@ export default {
closeInsertCon(){
this.conForm = {
dialCode:this.config.countrySn.value[0],
id:0
id:0,
name: '',
nameEn: '',
phone: '',
email: '',
company: '',
companyEn: '',
}
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