From 01b043ffd35041f68e85d35d876e0bc0413cb598 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 23 Mar 2026 16:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E8=AF=95=E9=AA=8C=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/com_project_proof_record.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/modules/eam/com_project_proof_record.vue b/src/views/modules/eam/com_project_proof_record.vue index c44ee72..7dbec48 100644 --- a/src/views/modules/eam/com_project_proof_record.vue +++ b/src/views/modules/eam/com_project_proof_record.vue @@ -1776,6 +1776,11 @@ inData.ipqcHardTag = this.searchData.ipqcHardTag this.sendMailHandle(inData) } + // 同步当前打样行并刷新打样文档(下达后后端已将试验申请单附件写入「试验申请单+三方签字」) + if (row) { + this.proofDocumenCurrentRow = JSON.parse(JSON.stringify(row)) + } + this.getProofDocument() //刷新表格 this.getProofingInformation(inData.proofingId) }else if (data && data.code === 0) {