From 6c82e309443f491eda73a95c01386becec69224b Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 24 九月 2025 16:00:37 +0800
Subject: [PATCH] 自动叫号业务与WMS获取车辆是否在园接口
---
admin/src/views/platform/set/group.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/admin/src/views/platform/set/group.vue b/admin/src/views/platform/set/group.vue
index cd46a7d..1951211 100644
--- a/admin/src/views/platform/set/group.vue
+++ b/admin/src/views/platform/set/group.vue
@@ -140,6 +140,7 @@
handleDel () { },
handleSizeChange (capacity) {
this.pagination.capacity = capacity
+ this.getList(1)
}
}
}
--
Gitblit v1.9.3