diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index e00ae2275..df1744eb1 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -2712,7 +2712,8 @@ export default { this.replaceLawsNumForm.quoteIdList = '' } if(this.replaceLawType === 'cbbh') { - this.replaceLawsNumForm.standType = 'FOREIGN' + this.replaceLawsNumForm.standType = '' + // this.replaceLawsNumForm.standType = 'FOREIGN' } else { this.replaceLawsNumForm.standType = '' // this.form.standInData === '1' ? 'FOREIGN' : 'INLAND' } diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue index 950d566a0..231233b99 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue @@ -2168,7 +2168,8 @@ export default { this.replaceLawsNumForm.quoteIdList = '' } if (this.replaceLawType === 'cbbh') { - this.replaceLawsNumForm.standType = 'FOREIGN' + this.replaceLawsNumForm.standType = '' + // this.replaceLawsNumForm.standType = 'FOREIGN' } else { this.replaceLawsNumForm.standType = '' // this.form.standInData === '1' ? 'FOREIGN' : 'INLAND' }