From f26d6f1449838f6865ce4b5dedfa7910db0a0e92 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sun, 4 Jul 2021 19:25:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 23b3f318..175e021c 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -445,9 +445,7 @@ const Crontab = () => { request .get(`${config.apiPrefix}crons/${cron._id}`) .then((data: any) => { - console.log(value); const index = value.findIndex((x) => x._id === cron._id); - console.log(index); const result = [...value]; result.splice(index, 1, { ...cron,