提前预约时长

This commit is contained in:
shidongli 2022-11-30 15:25:58 +08:00
parent 6102e8945f
commit d958c1a44f

View File

@ -467,6 +467,7 @@ export default {
this.form.nurseStationItemPrices.forEach(e => {
e.price = Number(e.price)
})
this.form.nurseStationItem.advanceAppointDuration=0
updateNurseItem(this.form).then((response) => {
this.$modal.msgSuccess("修改成功");
this.open = false;