Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
16e5726a
Commit
16e5726a
authored
Aug 20, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加跟单客服
parent
19322c62
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
index.vue
src/views/system/user/index.vue
+15
-3
No files found.
src/views/system/user/index.vue
View file @
16e5726a
...
...
@@ -156,6 +156,13 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"跟单客服"
>
<el-select
v-model=
"form.customerServiceId"
placeholder=
"请选择"
>
<el-option
v-for=
"dict in followUpList"
:key=
"parseInt(dict.id)"
:label=
"dict.nickname"
:value=
"parseInt(dict.id)"
/>
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"24"
>
...
...
@@ -231,7 +238,7 @@ import {
importTemplate
,
listUser
,
resetUserPwd
,
updateUser
updateUser
,
userList
}
from
"
@/api/system/user
"
;
import
{
getToken
}
from
"
@/utils/auth
"
;
import
Treeselect
from
"
@riophae/vue-treeselect
"
;
...
...
@@ -309,7 +316,7 @@ export default {
username
:
undefined
,
mobile
:
undefined
,
status
:
undefined
,
deptId
:
undefined
deptId
:
undefined
,
},
// 列信息
columns
:
[
...
...
@@ -355,6 +362,7 @@ export default {
// 数据字典
statusDictDatas
:
getDictDatas
(
DICT_TYPE
.
COMMON_STATUS
),
sexDictDatas
:
getDictDatas
(
DICT_TYPE
.
SYSTEM_USER_SEX
),
followUpList
:[],
};
},
watch
:
{
...
...
@@ -369,6 +377,9 @@ export default {
this
.
getConfigKey
(
"
sys.user.init-password
"
).
then
(
response
=>
{
this
.
initPassword
=
response
.
msg
;
});
userList
(
'
documentary customer service
'
).
then
(
r
=>
{
this
.
followUpList
=
r
.
data
;
})
},
methods
:
{
// 更多操作
...
...
@@ -462,7 +473,8 @@ export default {
status
:
"
0
"
,
remark
:
undefined
,
postIds
:
[],
roleIds
:
[]
roleIds
:
[],
customerServiceId
:
undefined
};
this
.
resetForm
(
"
form
"
);
},
...
...
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