From dd0efc5139b693ecef8ba880dbc3be1a260d06e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 4 Apr 2023 09:38:00 +0800 Subject: [PATCH] =?UTF-8?q?OTA-67394bug-=E8=BD=A6=E5=9E=8B=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AFtab=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vehicleinformation/components/basicInformation.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue index d45d03b2c..fe9306ee4 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue @@ -342,14 +342,14 @@ import { message } from 'ant-design-vue' this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined } } - if(res.result.dllx1 == null ){ + if(res.result.dllx1 == '' ){ res.result.dllx1 = undefined } - if(res.result.dllx2 == null){ + if(res.result.dllx2 == ''){ res.result.dllx2 = undefined } - if(res.result.cplb == null){ + if(res.result.cplb == ''){ res.result.cplb = undefined } if(res.result.qymc == null){