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) {