Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
9af70e5e
authored
Apr 19, 2023
by
芋道源码
Committed by
Gitee
Apr 19, 2023
Browse files
Options
Browse Files
Download
Plain Diff
!132 fix(system): Update system module bug
Merge pull request !132 from AhJindeg/dev
parents
9793734f
5164036b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/views/system/notify/template/index.vue
+1
-1
src/views/system/user/index.vue
+1
-1
No files found.
src/views/system/notify/template/index.vue
View file @
9af70e5e
...
@@ -212,7 +212,7 @@ const handleDelete = async (id: number) => {
...
@@ -212,7 +212,7 @@ const handleDelete = async (id: number) => {
// 删除的二次确认
// 删除的二次确认
await
message
.
delConfirm
()
await
message
.
delConfirm
()
// 发起删除
// 发起删除
await
NotifyTemplateApi
.
deleteNotifyTemplate
Api
(
id
)
await
NotifyTemplateApi
.
deleteNotifyTemplate
(
id
)
message
.
success
(
'删除成功'
)
message
.
success
(
'删除成功'
)
// 刷新列表
// 刷新列表
await
getList
()
await
getList
()
...
...
src/views/system/user/index.vue
View file @
9af70e5e
...
@@ -230,7 +230,7 @@ const queryFormRef = ref() // 搜索的表单
...
@@ -230,7 +230,7 @@ const queryFormRef = ref() // 搜索的表单
const
getList
=
async
()
=>
{
const
getList
=
async
()
=>
{
loading
.
value
=
true
loading
.
value
=
true
try
{
try
{
const
data
=
await
UserApi
.
getUserPage
(
queryParams
.
value
)
const
data
=
await
UserApi
.
getUserPage
(
queryParams
)
list
.
value
=
data
.
list
list
.
value
=
data
.
list
total
.
value
=
data
.
total
total
.
value
=
data
.
total
}
finally
{
}
finally
{
...
...
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