From 50a035e129a9d795a3c1eb0c0fb9a2e1882c0318 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 5 Jan 2024 10:20:32 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80037?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/AddForm.vue | 10 +++++++++- .../standard/modules/EnterpriseStandardModal.vue | 2 ++ .../enterpriseStandardChange/modules/BaseInfoForm.vue | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index b3ef4ba4..da250f9e 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -53,7 +53,7 @@ @@ -284,6 +284,14 @@ export default { default: () => { return {} } + }, + // 选择标准组件可以修改来源的字段(暂时只有企标的引用标准用到) + selectStandardCanUpdateTypeField: { + type: Array, + required: false, + default: () => { + return [] + } } }, mounted () { diff --git a/src/views/enterpriseStandardLibrary/standard/modules/EnterpriseStandardModal.vue b/src/views/enterpriseStandardLibrary/standard/modules/EnterpriseStandardModal.vue index a95594f3..e82968f2 100644 --- a/src/views/enterpriseStandardLibrary/standard/modules/EnterpriseStandardModal.vue +++ b/src/views/enterpriseStandardLibrary/standard/modules/EnterpriseStandardModal.vue @@ -12,10 +12,12 @@ >
+