Commit 01fef0b3 authored by 黄卓's avatar 黄卓

客户联系人列表丢失bug修复

parent 98214d11
...@@ -476,6 +476,10 @@ export default { ...@@ -476,6 +476,10 @@ export default {
} }
// 修改的提交 // 修改的提交
if (this.form.id != null) { if (this.form.id != null) {
this.form.customerContacts.forEach(e => {
e.customerId = this.customerId
})
updateCustomer(this.form).then(response => { updateCustomer(this.form).then(response => {
this.$modal.msgSuccess("修改成功"); this.$modal.msgSuccess("修改成功");
this.open = false; this.open = false;
......
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