From 5e9d33b507181c5c54397f203386888e1eaf10db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 15 Apr 2022 14:43:43 +0800 Subject: [PATCH] =?UTF-8?q?52609=20=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86-?= =?UTF-8?q?=E6=8B=86=E5=88=86=EF=BC=8C=E8=B5=84=E6=96=99=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA(=E6=A0=87=E5=87=86=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E5=85=A5=E5=BA=93=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzrk/step2.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index bcd2d3a5e..612c4842d 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -1261,6 +1261,7 @@ export default { if (this.form.zrgcs.length === 0) { this.form.zrgcs = ""; } + this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN' this.form.menuIds = this.form.treeListId; this.form.BBFDTBZ = this.form.bfbdtbzh const json = JSON.stringify(this.form);