From 608b6d10ff143200b587acb0d04d9208e5224985 Mon Sep 17 00:00:00 2001 From: guoyue Date: Tue, 4 Oct 2022 15:59:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/apply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/home/apply.vue b/front/src/views/home/apply.vue index ef832d05..47f72b18 100644 --- a/front/src/views/home/apply.vue +++ b/front/src/views/home/apply.vue @@ -443,7 +443,7 @@ export default { }) console.log('formName--ids-提交数据--------->', formName, ids) if (formName.system.length !== 0) { - if (formName.applicationSystem.length == 0) { + if (formName.applicationSystem && formName.applicationSystem.length == 0) { formName.applicationSystem = '' } // 西海岸:单兵设备、无人机单独调取其他接口