From a2346b299c8537318fbc245e3325b7a499ecce4e Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 21 八月 2024 18:32:33 +0800 Subject: [PATCH] update --- src/views/ecg/room/RoomStatusSetting.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/ecg/room/RoomStatusSetting.vue b/src/views/ecg/room/RoomStatusSetting.vue index a4f9ed3..7df4705 100644 --- a/src/views/ecg/room/RoomStatusSetting.vue +++ b/src/views/ecg/room/RoomStatusSetting.vue @@ -5,6 +5,8 @@ </div> </div> <el-button @click="startUsing">鍚敤</el-button> + + <el-button @click="queueReorder"> 闃熷垪閲嶆帓 </el-button> </template> <script setup lang="ts"> @@ -26,6 +28,10 @@ await queueApi.openingSetting(); } +const queueReorder = async () => { + await queueApi.queueReorder(); +} + /** 鍒濆鍖� **/ onMounted(() => { getList() -- Gitblit v1.9.3