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

save

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