明树Git Lab

Commit c34b9c8a authored by zhanghan's avatar zhanghan

1

parent ae237fac
Pipeline #112167 passed with stage
in 18 seconds
......@@ -1835,11 +1835,11 @@ const getJsqtzjcDetail = () => {
// ========== 保存表单:保留原有逻辑【直接传递完整xmndjh,不过滤】 ==========
const saveClick = async () => {
try {
await formRef.value.validate();
} catch {
return ElMessage.warning("请填写所有必填项");
}
// try {
// await formRef.value.validate();
// } catch {
// return ElMessage.warning("请填写所有必填项");
// }
loading.value = true;
const url = rcCgqyglId.value
? "/api/project/updateTzjh"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment