From 1f26c30a8d1c5e3d9ab262b382284c8ea96f29b2 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 05 十一月 2024 15:47:17 +0800 Subject: [PATCH] 修改密码 --- 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