Commit 4bfc7fcb authored by 黄卓's avatar 黄卓

新增客户,新增第一个联系人,默认选择默认用户“是”

http://zentao.jdshangmen.com/bug-view-12.html
parent 2f5d4038
...@@ -592,7 +592,7 @@ export default { ...@@ -592,7 +592,7 @@ export default {
// "customerId": 0, // "customerId": 0,
"department": "", "department": "",
"email": "", "email": "",
"isDefault": undefined, "isDefault": this.form.customerContacts.length === 0 ? 1 : 0,
"name": "", "name": "",
"phoneNew": "", "phoneNew": "",
"position": "", "position": "",
......
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