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)
})
});
},