Browse Source

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

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

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

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

Loading…
Cancel
Save