Commit 4e561350 authored by 沈良进's avatar 沈良进

save

parent ea7f463e
...@@ -1520,7 +1520,7 @@ ...@@ -1520,7 +1520,7 @@
if (this.addMsg.District == '') { if (this.addMsg.District == '') {
this.addMsg.District = 0 this.addMsg.District = 0
} }
this.addMsgS.customerInfo = this.addMsg this.addMsgS.customerInfo = {...this.addMsg, SigningType:this.addMsg.SigningType ? 1 : 0}
if (this.BusinessCardPhotos) { if (this.BusinessCardPhotos) {
this.addMsg.BusinessCardPhotos = [] this.addMsg.BusinessCardPhotos = []
this.addMsg.BusinessCardPhotos.push(this.BusinessCardPhotos) this.addMsg.BusinessCardPhotos.push(this.BusinessCardPhotos)
...@@ -1563,7 +1563,6 @@ ...@@ -1563,7 +1563,6 @@
this.$message.error('请输入输入详情地址') this.$message.error('请输入输入详情地址')
return return
} }
this.addMsg.SigningType = this.addMsg.SigningType ? 1 : 0
this.apipost('app_add_new_visit_customer', this.addMsgS, res => { this.apipost('app_add_new_visit_customer', this.addMsgS, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.addMsg = { this.addMsg = {
......
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