diff --git a/src/components/CustomFormComponents/InputForStandards.vue b/src/components/CustomFormComponents/InputForStandards.vue index 50581f7bd..dd39e4bc6 100644 --- a/src/components/CustomFormComponents/InputForStandards.vue +++ b/src/components/CustomFormComponents/InputForStandards.vue @@ -286,6 +286,11 @@ export default { this.quoteIdList1 = [] this.replaceLawsNumForm.quoteIdList = '' } + if (this.config.attrField === 'CBBH') { + this.replaceLawsNumForm.standType = 'FOREIGN' + } else { + this.replaceLawsNumForm.standType = '' + } // this.replaceLawsNumForm.standType = this.config.attrField === 'CBBH' ? 'FOREIGN' : 'INLAND' this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.replaceLawsNumForm, { _this: this, diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index 8e18aa7fe..389bfc5c2 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -594,7 +594,7 @@ - + - + - + --> - + - + - +