Browse Source

核酸检测点、疫苗接种点 PC 管理 优化

master
wanggongfeng 3 years ago
parent
commit
cfdbb1d8cc
  1. 2
      src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

2
src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

@ -494,7 +494,7 @@ export default {
...this.dataForm, ...this.dataForm,
...res.data, ...res.data,
}; };
if (res.data.moStartTime !== "") { if (res.data.moStartTime !== "" && res.data.afStartTime !== "") {
this.morningTime = [res.data.moStartTime, res.data.moEndTime]; this.morningTime = [res.data.moStartTime, res.data.moEndTime];
this.afterTime = [res.data.afStartTime, res.data.afEndTime]; this.afterTime = [res.data.afStartTime, res.data.afEndTime];
} }

Loading…
Cancel
Save