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
a37623f1
authored
Dec 05, 2022
by
郑艺斌
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://git.xmmakeit.com/zhengyb/emaint-web-master
parents
6a53136d
43600908
Hide 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 @
a37623f1
...
...
@@ -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
;
...
...
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