diff --git a/src/views/finance/purchasingrequisition/index.vue b/src/views/finance/purchasingrequisition/index.vue index 0895c09..8e440f8 100644 --- a/src/views/finance/purchasingrequisition/index.vue +++ b/src/views/finance/purchasingrequisition/index.vue @@ -375,7 +375,7 @@ const handleIframeMessage = (event: MessageEvent) => { }; /** -<<<<<<< HEAD +/** * 打开查看对话框 * @param row - 当前行数据 */ @@ -389,13 +389,15 @@ const handleView = (row: any) => { */ const handleEdit = (row: any) => { formDialogRef.value?.openDialog('edit', row); -======= +}; + +/** * 履约验收 + * @param row - 当前行数据 */ const handleAccept = (row: any) => { acceptModalRef.value?.open(row); ->>>>>>> 61380fa2bca0fe9fd37af1c494a51ba523501f7d -}; +}; /** * 删除当前行