From 02b8c6df5f22d837536d1fc90db79ebbd978f6af Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:06:43 +0800 Subject: [PATCH] =?UTF-8?q?2024.11.25=20=E5=AE=A1=E6=89=B9=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/com_project_proof_record.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/eam/com_project_proof_record.vue b/src/views/modules/eam/com_project_proof_record.vue index d725f8c..72e644b 100644 --- a/src/views/modules/eam/com_project_proof_record.vue +++ b/src/views/modules/eam/com_project_proof_record.vue @@ -1406,9 +1406,10 @@ proofingStatus: '进行中', proofingResultStatus: row.proofingResultStatus, remark: row.remark, - type: 1 + type: type } } else { + inData.type = 2 if (this.modalData.cProjectTypeDb === '' || this.modalData.cProjectTypeDb === null || this.modalData.cProjectTypeDb === undefined) { this.$message({ message: '项目分类不能为空',