项目时长

This commit is contained in:
闫晓茹 2022-11-30 16:05:13 +08:00
parent 992a3e5dd1
commit 35735d3171

View File

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