From 54dbf63b82de0cdfaf471d166e74441c1295b4a5 Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Thu, 24 Feb 2022 10:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cool/modules/task/views/task.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) {