This commit is contained in:
2026-01-29 16:37:49 +08:00
parent e4cf9c95e7
commit a9cf1f1723

View File

@@ -148,6 +148,7 @@ const closeFun = () => {
attachmentsVisible.value = false;
// 清空删除的文件
deleteFileList.value = [];
tableFormRef.value?.resetFun();
};
const attachmentsVisible = ref(false);
@@ -171,9 +172,6 @@ const visibleDialog = async (isCreate: boolean, row?: any) => {
loadingInterface.value = true;
if (isCreate) {
formHideKeys.value = ['materialNo'];
nextTick(() => {
tableFormRef.value.resetFun();
});
}
if (!isCreateDialog.value) {
if (row?.isMoldMaking === 'Y') {