mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
修复定时任务不一致问题
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import request from '../../api/request'
|
||||
const state = {
|
||||
scheduleList: [],
|
||||
scheduleForm: {}
|
||||
scheduleForm: {
|
||||
node_ids: []
|
||||
}
|
||||
}
|
||||
|
||||
const getters = {}
|
||||
|
||||
Reference in New Issue
Block a user