From c3471bf14d84ff244dfd3e0627b9ae0eea7ecd91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 10 Nov 2022 17:13:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A4=E7=90=86=E7=AB=99=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/stationItem/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue index 8039eb4..76d6db2 100644 --- a/src/views/system/stationItem/index.vue +++ b/src/views/system/stationItem/index.vue @@ -1124,7 +1124,7 @@ export default { }, /** 修改按钮操作 */ handleUpdate(row) { - this.reset();s + this.reset(); const id = row.id || this.ids; getNurseItem(id).then((response) => { console.log(response);