This commit is contained in:
2026-01-16 16:40:54 +08:00
parent 8b866a590d
commit 260c454809
24 changed files with 12 additions and 84 deletions

View File

@@ -174,10 +174,6 @@ const visibleDialogFun = () => {
editRowInfo.value = {};
setWorkName();
addOrEditVisible.value = true;
// console.log('tableFormRef.value', tableFormRef.value);
// nextTick(() => {
// tableFormRef.value.resetFun();
// });
};
const tableFormRef = ref();
@@ -185,7 +181,6 @@ const tableFormRef = ref();
const confirmFun = async () => {
if (tableFormRef.value.validateFun()) {
const form = tableFormRef.value.getFormDataFun();
console.log('form', form);
if (isEdit.value) {
const params = {
id: form.id,