From 17d6a920c0f0b3a14db536fd1f7f5d3431cc048a Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 15 May 2024 09:03:37 +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