修复文件问题 修改bug

This commit is contained in:
2026-02-06 10:54:21 +08:00
parent f98d3ea674
commit 0704b79b32

View File

@@ -375,7 +375,7 @@ const handleIframeMessage = (event: MessageEvent) => {
}; };
/** /**
<<<<<<< HEAD /**
* 打开查看对话框 * 打开查看对话框
* @param row - 当前行数据 * @param row - 当前行数据
*/ */
@@ -389,12 +389,14 @@ const handleView = (row: any) => {
*/ */
const handleEdit = (row: any) => { const handleEdit = (row: any) => {
formDialogRef.value?.openDialog('edit', row); formDialogRef.value?.openDialog('edit', row);
======= };
/**
* 履约验收 * 履约验收
* @param row - 当前行数据
*/ */
const handleAccept = (row: any) => { const handleAccept = (row: any) => {
acceptModalRef.value?.open(row); acceptModalRef.value?.open(row);
>>>>>>> 61380fa2bca0fe9fd37af1c494a51ba523501f7d
}; };
/** /**