Skip to content

Commit 54dbf63

Browse files
committed
更新 task
1 parent 1b972df commit 54dbf63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/cool/modules/task/views/task.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,10 @@ export default defineComponent({
373373
const { id, type } = params || {};
374374
375375
let info: any = {
376-
type
376+
type,
377+
service: "",
378+
name: "",
379+
cron: ""
377380
};
378381
379382
if (id) {

0 commit comments

Comments
 (0)