From 043e4fb765be8c87c745c23cb1d111bac741b2ad Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 19 Feb 2024 17:09:29 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E8=AE=A2=E6=B5=81=E7=A8=8B=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8F=91=E8=B5=B7=E6=92=A4=E5=9B=9E=E5=90=8E=E7=9A=84=E8=8D=89?= =?UTF-8?q?=E7=A8=BF=E4=BC=81=E6=A0=87=E7=BC=96=E5=8F=B7=E7=9A=84=E5=BF=85?= =?UTF-8?q?=E5=A1=AB=E6=A0=A1=E9=AA=8C=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enterpriseStandardRevision/modules/BaseInfoForm.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue b/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue index 26137bba..0e3c248c 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue @@ -406,6 +406,8 @@ export default { getEnterpriseStandardPlanInfoById({ id: data.espId }).then(res => { if (res.success) { const formInline = {} + // 企标计划id + formInline.espId = res.result.id // 制修订类型 formInline.typeOfRevision = res.result.applicationCategory formInline.typeOfRevision_dictText = res.result.applicationCategory_dictText