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)