mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix
This commit is contained in:
@@ -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', {
|
||||||
|
|||||||
Reference in New Issue
Block a user