From adf8321915af67a0eac39a678837514f5b44d7a7 Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:39:17 +0800 Subject: [PATCH] =?UTF-8?q?2025.1.20=20=E6=96=87=E6=A1=A3=E6=94=B6?= =?UTF-8?q?=E9=9B=86=20-=20=E4=BF=AE=E6=94=B9=E6=96=99=E5=8F=B7=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/eamProjectInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/eam/eamProjectInfo.vue b/src/views/modules/eam/eamProjectInfo.vue index 6de371e..9843fe7 100644 --- a/src/views/modules/eam/eamProjectInfo.vue +++ b/src/views/modules/eam/eamProjectInfo.vue @@ -3414,6 +3414,7 @@ import {updateColumnSize} from "../../../api/table"; closeDate : this.modalData.projectCloseDate, buildDate : this.modalData.projectCreationDate, priority: this.modalData.priority, + partType: this.modalData.partType, testPartNo: 'P000000', partDesc: '无物料', } @@ -3535,7 +3536,6 @@ import {updateColumnSize} from "../../../api/table"; } this.modalData.closeDate = this.modalData.projectCloseDate this.modalData.buildDate = this.modalData.projectCreationDate - this.modalData.partType = 'Active' eamProjectPartInfoEdit(this.modalData).then(({data}) => { if (data && data.code === 0) { this.refreshCurrentTabTable()