Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
郑艺斌
/
emaint-web-master
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
43600908
authored
Dec 02, 2022
by
zhuoym
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix客户编辑bug
parent
f37cbcdb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/customerManagement/index.vue
src/views/customerManagement/index.vue
View file @
43600908
...
@@ -389,7 +389,7 @@ export default {
...
@@ -389,7 +389,7 @@ export default {
isEdit
:
false
,
//是否编辑客户
isEdit
:
false
,
//是否编辑客户
custModalTitle
:
'新增客户'
,
custModalTitle
:
'新增客户'
,
editCustModal
:
false
,
//编辑模态框
editCustModal
:
false
,
//编辑模态框
editCustLoading
:
true
,
//
editCustLoading: true,
companyList
:
[],
companyList
:
[],
deptList
:
[],
deptList
:
[],
editCustForm
:
{
editCustForm
:
{
...
@@ -835,6 +835,7 @@ export default {
...
@@ -835,6 +835,7 @@ export default {
self
.
editCustForm
.
officeLocation
=
data
.
officeLocation
;
self
.
editCustForm
.
officeLocation
=
data
.
officeLocation
;
self
.
editCustForm
.
priority
=
data
.
priority
;
self
.
editCustForm
.
priority
=
data
.
priority
;
self
.
editCustForm
.
sex
=
data
.
sex
;
self
.
editCustForm
.
sex
=
data
.
sex
;
self
.
editCustForm
.
dataSource
=
data
.
dataSource
;
// self.getCompany()
// self.getCompany()
// self.getDept(data.companyCode)
// self.getDept(data.companyCode)
self
.
editCustModal
=
true
;
self
.
editCustModal
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment