修改海南测试问题

This commit is contained in:
GGJ
2024-12-05 09:04:07 +08:00
parent 6dbc09ef8d
commit 9c627a5f81
21 changed files with 936 additions and 529 deletions

View File

@@ -1050,7 +1050,7 @@ const confirmForm = async (flag: boolean) => {
addUploadRef.value?.submitForm(res.data)
resetForm()
close()
})
}).catch(() => { loading.value = false})
} else {
await submitFormData(confirmFormData).then(res => {
ElMessage({
@@ -1061,7 +1061,7 @@ const confirmForm = async (flag: boolean) => {
addUploadRef.value?.submitForm(res.data)
resetForm()
close()
})
}).catch(() => { loading.value = false})
}
} else {
await ruleFormRef.value.validate( async (valid: any) => {
@@ -1202,7 +1202,7 @@ const confirmForm = async (flag: boolean) => {
addUploadRef.value?.submitForm(res.data)
resetForm()
close()
})
}).catch(() => { loading.value = false})
} else {
confirmFormData.id = resendId.value
if (controFlag.value) confirmFormData.dataType = 1
@@ -1219,7 +1219,7 @@ const confirmForm = async (flag: boolean) => {
addUploadRef.value?.submitForm(res.data)
resetForm()
close()
})
}).catch(() => { loading.value = false})
} else {
await resend(confirmFormData).then(res => {
ElMessage({
@@ -1229,7 +1229,7 @@ const confirmForm = async (flag: boolean) => {
ruleFormRef.value.resetFields()
resetForm()
close()
})
}).catch(() => { loading.value = false})
}
} else {
await updateFormData(confirmFormData).then(res => {
@@ -1241,7 +1241,7 @@ const confirmForm = async (flag: boolean) => {
ruleFormRef.value.resetFields()
resetForm()
close()
})
}).catch(() => { loading.value = false})
}
}
} else {