forked from integrated_whb/integrated_whb_vue
清单排查中无定位信息 禁止提交
parent
07f2a683b5
commit
0f59aa83d4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue