diff --git a/src/cool/modules/task/views/task.vue b/src/cool/modules/task/views/task.vue index 60990bb..f63da7f 100644 --- a/src/cool/modules/task/views/task.vue +++ b/src/cool/modules/task/views/task.vue @@ -373,7 +373,10 @@ export default defineComponent({ const { id, type } = params || {}; let info: any = { - type + type, + service: "", + name: "", + cron: "" }; if (id) {