修复文件问题 修改bug
This commit is contained in:
@@ -375,7 +375,7 @@ const handleIframeMessage = (event: MessageEvent) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
<<<<<<< HEAD
|
/**
|
||||||
* 打开查看对话框
|
* 打开查看对话框
|
||||||
* @param row - 当前行数据
|
* @param row - 当前行数据
|
||||||
*/
|
*/
|
||||||
@@ -389,13 +389,15 @@ 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
|
};
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 删除当前行
|
* 删除当前行
|
||||||
|
|||||||
Reference in New Issue
Block a user