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
f60b308d
authored
May 30, 2024
by
ms_think
Committed by
Gitee
May 30, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 点击 开启/关闭 按钮, 弹窗点击取消,列表页状态已更改
parent
d1be8991
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
+1
-5
src/views/infra/job/index.vue
+1
-5
No files found.
src/views/infra/job/index.vue
View file @
f60b308d
...
...
@@ -235,11 +235,7 @@ const handleChangeStatus = async (row: JobApi.JobVO) => {
message
.
success
(
text
+
'成功'
)
// 刷新列表
await
getList
()
}
catch
{
// 取消后,进行恢复按钮
row
.
status
=
row
.
status
===
InfraJobStatusEnum
.
NORMAL
?
InfraJobStatusEnum
.
STOP
:
InfraJobStatusEnum
.
NORMAL
}
}
catch
{}
}
/** 删除按钮操作 */
...
...
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