From c629e64da29f2559dc1936a96923a3b4ac9a8268 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 19 Jan 2024 18:05:05 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80877?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enterpriseStandardRevision/modules/BaseInfoForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue b/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue index cac95523..e11ee5eb 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue @@ -407,8 +407,8 @@ export default { }) : [] // 标准等级分类 formInline.grade_classification = res.result.enStandardClassification - // 授权部门?? - // formInline.auth_dept = res.result.authDept + // 授权部门 + formInline.auth_dept = res.result.authDept || '' // 发布日期?? // formInline.release_date = res.result.applicationCategory // 实施日期??