diff --git a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue index 35f498e6d..ef68b3685 100644 --- a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue +++ b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue @@ -314,7 +314,6 @@ export default { // 代替政策编号确定 replaceLawsNumModelBt() { let textArr = [] - if (typeof this.value === 'string') { if (this.value) { textArr = this.value.split(',') @@ -337,7 +336,8 @@ export default { // 判断数据是国内外法规标准还是企业标准 if (this.dataSource === 'BUSINESS') { if (item.standYear != null && item.standYear !== '') { - texts = item.standCode + '-' + item.standYear + // texts = item.standCode + '-' + item.standYear + texts = item.standCode } else { texts = item.standCode } diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 3216c77e1..86cfcdc9d 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -502,6 +502,15 @@ :title="child.tips || '-'" > {{ !child.value || child.value === 'null' ? '-' : child.value }} + + + {{ child.value }} + - {{ item }} - +