From 35735d31714f2234639a023239a780a4a5f59feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 30 Nov 2022 16:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=97=B6=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/stationItem/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue index 3a98a81..4395e76 100644 --- a/src/views/system/stationItem/index.vue +++ b/src/views/system/stationItem/index.vue @@ -1117,6 +1117,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;