From 49976f8a7544efe89d00c522c166987113d2a0a9 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Tue, 1 Mar 2022 15:28:16 +0800 Subject: [PATCH] commit --- src/pages/processCenter/pages/creatProcess/bzrk/step1.vue | 3 ++- src/pages/processCenter/pages/creatProcess/bzrk/step4.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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' }