This commit is contained in:
2026-04-15 17:20:27 +08:00
parent de411a6443
commit da54db844c

View File

@@ -98,7 +98,6 @@ const editRowInfo = ref<any>({});
const addOrEditProject = async () => {
if (await tableFormRef.value.validateFun()) {
console.log('validateFun');
loadingInterface.value = true;
const projectForm = tableFormRef.value.getFormDataFun();