Commit 7fe8b8b7 by 芋道源码 Committed by Gitee

!456 fix: #I9TIYS

Merge pull request !456 from ms_think/dev
parents 0895f9ff f60b308d
...@@ -235,11 +235,7 @@ const handleChangeStatus = async (row: JobApi.JobVO) => { ...@@ -235,11 +235,7 @@ const handleChangeStatus = async (row: JobApi.JobVO) => {
message.success(text + '成功') message.success(text + '成功')
// 刷新列表 // 刷新列表
await getList() await getList()
} catch { } catch {}
// 取消后,进行恢复按钮
row.status =
row.status === InfraJobStatusEnum.NORMAL ? InfraJobStatusEnum.STOP : InfraJobStatusEnum.NORMAL
}
} }
/** 删除按钮操作 */ /** 删除按钮操作 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment