diff --git a/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue b/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue index 3c8f663d..2d1c3c76 100644 --- a/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue +++ b/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue @@ -494,8 +494,6 @@ export default { ...this.dataForm, ...res.data, }; - this.morningTime = [res.data.moStartTime, res.data.moEndTime]; - this.afterTime = [res.data.afStartTime, res.data.afEndTime]; if (res.data.moStartTime !== "") { this.morningTime = [res.data.moStartTime, res.data.moEndTime]; this.afterTime = [res.data.afStartTime, res.data.afEndTime];