pull/1/head
LiuJiaNan 2024-02-23 11:12:47 +08:00
parent 8e436724ae
commit c5f137a2f1
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ const fnClose = () => {
const fnSubmit = debounce( const fnSubmit = debounce(
1000, 1000,
async () => { async () => {
await useFormValidate(formRef.value); await useFormValidate(formRef);
if (form.INSPECTION_STATUS === "3") { if (form.INSPECTION_STATUS === "3") {
await setSafetyEnvironmentalDefense({ ...props.info, ...form.value }); await setSafetyEnvironmentalDefense({ ...props.info, ...form.value });
ElMessage.success("申辩处理成功"); ElMessage.success("申辩处理成功");