This commit is contained in:
jxxghp
2023-09-24 19:47:28 +08:00
parent 48e214564a
commit 264748652f
@@ -40,8 +40,6 @@ function getSchedulerColor(status: string) {
// 执行命令 // 执行命令
function runCommand(id: string) { function runCommand(id: string) {
// 取id|前面的命令
id = id.split('|')[0]
try { try {
// 异步提交 // 异步提交
api.get('system/runscheduler', { api.get('system/runscheduler', {