Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
b7170d35
Commit
b7170d35
authored
Sep 29, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复平台管理员用户管理bug
parent
0dbee512
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
superManagerTable.vue
src/components/UserManage/superManagerTable.vue
+5
-2
No files found.
src/components/UserManage/superManagerTable.vue
View file @
b7170d35
...
@@ -15,6 +15,9 @@
...
@@ -15,6 +15,9 @@
<
template
#
name=
"text"
>
<
template
#
name=
"text"
>
{{
text
+
1
}}
{{
text
+
1
}}
</
template
>
</
template
>
<
template
#
status=
"text"
>
{{
text
|
platformfilterUserStatus
}}
</
template
>
<div
slot=
"action"
slot-scope=
"text, record"
>
<div
slot=
"action"
slot-scope=
"text, record"
>
<a
<a
:class=
"
:class=
"
...
@@ -147,10 +150,10 @@ export default Vue.extend({
...
@@ -147,10 +150,10 @@ export default Vue.extend({
status
:
eUserStatusAction
.
disable
,
status
:
eUserStatusAction
.
disable
,
})
})
}
}
this
.
$store
.
commit
(
'
/
platformUserManagement/save'
,
{
this
.
$store
.
commit
(
'platformUserManagement/save'
,
{
page
:
1
,
page
:
1
,
})
})
this
.
$store
.
dispatch
(
'
/
platformUserManagement/query'
)
this
.
$store
.
dispatch
(
'platformUserManagement/query'
)
this
.
show
=
false
this
.
show
=
false
},
},
},
},
...
...
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