From 583cf7d75ae35421c1b73a0436bb8152d818fecc Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 26 Jan 2024 14:36:30 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug81361?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/MergeBaseInfo.vue | 24 ++++++++----------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInitChange/modules/MergeBaseInfo.vue b/src/views/workCenter/enterpriseStandardInitChange/modules/MergeBaseInfo.vue index 35d0d77c..40e2d044 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/modules/MergeBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/modules/MergeBaseInfo.vue @@ -53,12 +53,10 @@ - - {{ $t('workCenter.enterpriseInitChangePlan.standardProjectEstablishment') }} - {{ $t('workCenter.enterpriseInitChangePlan.change') }} - + + @@ -104,12 +102,10 @@ - - {{ $t('workCenter.enterpriseInitChangePlan.standardProjectEstablishment') }} - {{ $t('workCenter.enterpriseInitChangePlan.change') }} - + + @@ -446,7 +442,7 @@ import EnterprisePlanSelection from '@/components/selection/EnterprisePlanSelect import UserSelection from '@/components/selection/UserSelection' import UploadFile from '@/components/UploadFile' import { getTreeList } from '@/api/enterpriseStandardLibraryApi' -import { ApplicationCategory } from '@/enums/commonEnums' +import { ProjectType } from '@/enums/commonEnums' import { getFormDictTreeList } from '@/api/api' import TreeSelection from '@/components/selection/TreeSelection' import { getEnStandardNo } from '@/api/workCenter' @@ -496,7 +492,7 @@ export default { }, data () { return { - ApplicationCategory, + ProjectType, standardSystemOptions: [], // 标准体系下拉数据 partNameOptions: [], // 零部件名称下拉框数据 formInline: {},