Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tuia-robot-manager-node
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
杨贺晨吉
tuia-robot-manager-node
Commits
5c37cfa5
Commit
5c37cfa5
authored
Sep 21, 2023
by
杨贺晨吉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 1
parent
e9ff63b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
userManage.vue
src/views/sys/user-manage/userManage.vue
+4
-2
No files found.
src/views/sys/user-manage/userManage.vue
View file @
5c37cfa5
...
...
@@ -26,8 +26,8 @@
ref="dep"
>
</department-choose>
</Form-item>
<Form-item
label=
"角色"
prop=
"
mobile
"
>
<Select
v-model=
"searchForm.
mobile
"
clearable
>
<Form-item
label=
"角色"
prop=
"
roleId
"
>
<Select
v-model=
"searchForm.
roleId
"
clearable
>
<Option
v-for=
"item in roleList"
:value=
"item.id"
:key=
"item.id"
>
{{
item
.
name
}}
</Option>
...
...
@@ -304,6 +304,7 @@ export default {
sort
:
"gmt_create"
,
order
:
"desc"
,
adminType
:
null
,
roleId
:
""
,
},
modalType
:
0
,
// 新增编辑标识
userModalVisible
:
false
,
// 用户modal显隐
...
...
@@ -513,6 +514,7 @@ export default {
getUserList
()
{
// 多条件搜索用户列表
this
.
loading
=
true
;
console
.
log
(
typeof
this
.
searchForm
.
departmentId
);
getUserListData
(
this
.
searchForm
).
then
((
res
)
=>
{
this
.
loading
=
false
;
if
(
res
.
success
)
{
...
...
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