From b286fc64e1230a775ba6daeb0a5aa8d7b895e7ab 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, 8 Apr 2022 10:13:37 +0800
Subject: [PATCH] =?UTF-8?q?52440=20=E9=A1=B9=E7=9B=AE=E6=B8=85=E5=8D=95?=
=?UTF-8?q?=E7=A1=AE=E8=AE=A4=E6=B5=81=E7=A8=8B:=E5=B8=A6=E5=85=A5?=
=?UTF-8?q?=E4=B9=8B=E5=89=8D=E8=B7=91=E8=BF=87=E7=9A=84=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=20=E4=B8=80=E4=BA=9B=E6=95=B0=E6=8D=AE=E4=B8=A2=E5=A4=B1=20?=
=?UTF-8?q?=E5=A6=82=E7=8A=B6=E6=80=81=20=E6=97=A5=E6=9C=9F=E7=AD=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../processCenter/pages/creatProcess/xmqdqr/step1.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/xmqdqr/step1.vue b/src/pages/processCenter/pages/creatProcess/xmqdqr/step1.vue
index bb37f80bd..8138cfef5 100644
--- a/src/pages/processCenter/pages/creatProcess/xmqdqr/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmqdqr/step1.vue
@@ -512,7 +512,7 @@
width="150"
label="新车型实施日期">
- {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-' }}
+ {{ scope.row.xcxssrq ? scope.row.xcxssrq.substring(0, 10) : '-' }}
{{ scope.row.xcxssrq }}
@@ -521,7 +521,7 @@
width="150"
label="在产车实施日期">
- {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-' }}
+ {{ scope.row.zccssrq ? scope.row.zccssrq.substring(0, 10) : '-' }}
{{ scope.row.zccssrq }}
@@ -1262,8 +1262,8 @@ export default {
if(item.zrbm === '[]'){
item.zrbm = ''
}
- this.$set(item, 'zccssrq', item.zccssrqgj)
- this.$set(item, 'xcxssrq', item.xcxssrqgj)
+ this.$set(item, 'zccssrq', item.zccssrqgj || item.zccssrq)
+ this.$set(item, 'xcxssrq', item.xcxssrqgj || item.xcxssrq)
})
});
},