Browse Source

预告检查

v4
yanyan 1 year ago
parent
commit
cb17819829
  1. 5
      src/views/administrative/appointmentList.vue
  2. 2
      src/views/administrative/appointmentRelaunch.vue

5
src/views/administrative/appointmentList.vue

@ -456,8 +456,9 @@
// router.go(-1); // router.go(-1);
data.currentId = ""; data.currentId = "";
data.showIsCancel = false; data.showIsCancel = false;
showSuccessToast("已取消并通知企业") showSuccessToast("已取消并通知企业");
queryList(); onRefresh();
// queryList();
}); });
} }
}; };

2
src/views/administrative/appointmentRelaunch.vue

@ -297,7 +297,7 @@
{ text: '9:00 ~ 12:00', value: '1' }, { text: '9:00 ~ 12:00', value: '1' },
{ text: '14:00 ~ 17:00', value: '2' }, { text: '14:00 ~ 17:00', value: '2' },
], ],
minDate: new Date(2020, 0, 1), minDate: new Date(),
maxDate: new Date(2125, 5, 1), maxDate: new Date(2125, 5, 1),
}); });
// //

Loading…
Cancel
Save