更新 task

This commit is contained in:
icssoa 2022-02-24 10:05:39 +08:00
parent 1b972df412
commit 54dbf63b82

View File

@ -373,7 +373,10 @@ export default defineComponent({
const { id, type } = params || {}; const { id, type } = params || {};
let info: any = { let info: any = {
type type,
service: "",
name: "",
cron: ""
}; };
if (id) { if (id) {