Commit 7ac80723 authored by youjie's avatar youjie

同业联系人密码

parent 31a59c75
......@@ -94,7 +94,6 @@ export default {
},
methods: {
editContacts(item){
console.log(item,'--===')
this.contactID=item.ID
this.addContactsShow=true
},
......
......@@ -203,7 +203,19 @@ export default {
},
(res) => {
if (res.data.resultCode == 1) {
console.log(res.data.data,'------')
let data = res.data.data
this.form = {
CustomerId: data.CustomerId,
ContactName: data.CustomerName,
ContactPhone: data.ContactPhone,
ContactDuty: data.ContactDuty,
Sex: data.Sex,
IsMain: data.IsMain,
Remark: data.Remark,
ID: data.ID,
InfoID: data.InfoID,
Password: '',
}
}
}
);
......
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