修复定时任务不一致问题

This commit is contained in:
marvzhang
2019-12-12 13:13:42 +08:00
parent 58a3b99f36
commit 0cf745767c
5 changed files with 159 additions and 101 deletions

View File

@@ -1,7 +1,9 @@
import request from '../../api/request'
const state = {
scheduleList: [],
scheduleForm: {}
scheduleForm: {
node_ids: []
}
}
const getters = {}