From a1600ac80e84746f89a230f8f0004d0ed5c8869f Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期五, 17 十一月 2023 16:39:02 +0800 Subject: [PATCH] update .gitignore --- src/views/analyse/identify/components/identifyQuery.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/analyse/identify/components/identifyQuery.vue b/src/views/analyse/identify/components/identifyQuery.vue index 6c7100f..7aed26a 100644 --- a/src/views/analyse/identify/components/identifyQuery.vue +++ b/src/views/analyse/identify/components/identifyQuery.vue @@ -236,7 +236,6 @@ }; const onDelIdentifyQuery = (index: number, val: IdentifyType) => { - console.log(val,'val') ElMessageBox.confirm(`此操作将永久删除该辨识,是否继续?`, '提示', { confirmButtonText: '确认', cancelButtonText: '取消', -- Gitblit v1.9.2