update
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user