Commit a37623f1 by 郑艺斌
parents 6a53136d 43600908
Showing with 2 additions and 1 deletions
......@@ -389,7 +389,7 @@ export default {
isEdit: false, //是否编辑客户
custModalTitle: '新增客户',
editCustModal: false, //编辑模态框
editCustLoading: true,
// editCustLoading: true,
companyList: [],
deptList: [],
editCustForm: {
......@@ -835,6 +835,7 @@ export default {
self.editCustForm.officeLocation = data.officeLocation;
self.editCustForm.priority = data.priority;
self.editCustForm.sex = data.sex;
self.editCustForm.dataSource = data.dataSource;
// self.getCompany()
// self.getDept(data.companyCode)
self.editCustModal = true;
......
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 sign in to comment