|
@@ -961,15 +961,11 @@ export default {
|
|
const id1 = id || this.ids;
|
|
const id1 = id || this.ids;
|
|
getCustomers(id1).then((response) => {
|
|
getCustomers(id1).then((response) => {
|
|
this.form = response.data;
|
|
this.form = response.data;
|
|
- this.mkCmCustomersResponsiblePersonList =
|
|
+ this.mkCmCustomersResponsiblePersonList = response.data.staffs;
|
|
- response.data.mkCmCustomersResponsiblePersonList;
|
|
+ this.mkCmCustomersDepartmentList = response.data.depts;
|
|
- this.mkCmCustomersDepartmentList =
|
|
+ this.mkCmCustomersContactList = response.data.contacts;
|
|
- response.data.mkCmCustomersDepartmentList;
|
|
|
|
this.openState = "check";
|
|
this.openState = "check";
|
|
});
|
|
});
|
|
- getContactInfo(id1).then((response) => {
|
|
|
|
- this.mkCmCustomersContactList = response.data;
|
|
|
|
- });
|
|
|
|
},
|
|
},
|
|
/** Add查看按钮操作 */
|
|
/** Add查看按钮操作 */
|
|
handleCheckAdd(row, type) {
|
|
handleCheckAdd(row, type) {
|