diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue index c1f9b56..5b321ab 100644 --- a/src/views/system/stationItem/index.vue +++ b/src/views/system/stationItem/index.vue @@ -331,6 +331,20 @@ + + + + + + { e.price = Number(e.price) }) - this.form.nurseStationItem.advanceAppointDuration = 0 + updateNurseItem(this.form).then((response) => { this.$modal.msgSuccess("修改成功"); this.open = false; @@ -566,7 +578,7 @@ export default { this.form.nurseStationItemPrices.forEach(e => { e.price = Number(e.price) }) - this.form.nurseStationItem.advanceAppointDuration = 0 + addNurseItem(this.form).then((response) => { this.$modal.msgSuccess("新增成功"); this.$forceUpdate();