Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Administrator
web-monitor
Commits
15c176a3
Commit
15c176a3
authored
Jul 12, 2022
by
yanzhongrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
8f3621e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
editInfo.vue
src/views/user/userList/components/editInfo.vue
+1
-0
index.vue
src/views/user/userList/index.vue
+1
-1
No files found.
src/views/user/userList/components/editInfo.vue
View file @
15c176a3
...
@@ -44,6 +44,7 @@
...
@@ -44,6 +44,7 @@
>
>
</el-switch>
</el-switch>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"flag==1"
>
注:新用户初始密码为123456
</el-form-item>
</el-form>
</el-form>
<span
slot=
"footer"
>
<span
slot=
"footer"
>
<el-button
@
click=
"cancel"
>
取消
</el-button>
<el-button
@
click=
"cancel"
>
取消
</el-button>
...
...
src/views/user/userList/index.vue
View file @
15c176a3
...
@@ -92,7 +92,7 @@ export default {
...
@@ -92,7 +92,7 @@ export default {
let
list
=
res
.
records
||
[]
let
list
=
res
.
records
||
[]
list
.
forEach
(
item
=>
{
list
.
forEach
(
item
=>
{
item
.
userId
=
item
.
id
item
.
userId
=
item
.
id
})
})
this
.
tableData
=
list
this
.
tableData
=
list
this
.
total
=
res
.
total
this
.
total
=
res
.
total
})
})
...
...
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