From 0f59aa83d4e35b2df55d54997877dbc988839481 Mon Sep 17 00:00:00 2001 From: dearlin <1261008090@qq.com> Date: Sun, 4 Feb 2024 17:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E5=8D=95=E6=8E=92=E6=9F=A5=E4=B8=AD?= =?UTF-8?q?=E6=97=A0=E5=AE=9A=E4=BD=8D=E4=BF=A1=E6=81=AF=20=E7=A6=81?= =?UTF-8?q?=E6=AD=A2=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventory_troubleshooting/components/un_qualified.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/hazard_investigation/inventory_troubleshooting/components/un_qualified.vue b/src/views/hazard_investigation/inventory_troubleshooting/components/un_qualified.vue index 256fe8c..b513883 100644 --- a/src/views/hazard_investigation/inventory_troubleshooting/components/un_qualified.vue +++ b/src/views/hazard_investigation/inventory_troubleshooting/components/un_qualified.vue @@ -109,7 +109,7 @@ const fnSubmit = debounce( if (props.hiddenType === "unqualified") { if (!props.longitude && !props.latitude) { ElMessage.error("正在获取当前位置中,请等待"); - // return; + return; } params = { ...params, @@ -140,7 +140,6 @@ const fnSubmit = debounce( HAVESCHEME: 0, }; if (props.type === "add") { - console.log(props.listType); const resData = props.listType === 1 ? await setHiddenDangerListAdd(params)