src/views/ecg/room/RoomStatusSetting.vue
@@ -8,6 +8,7 @@ </div> <div> <el-button @click="startBiz" > 手动开诊 </el-button> <el-button @click="closeBiz" > 手动闭诊 </el-button> <el-button @click="resetRoom" > 重置诊室 </el-button> <el-button @click="resetSchedule" > 重置定时任务 </el-button> <el-button @click="refresh" > 刷新 </el-button> @@ -45,7 +46,11 @@ } const startBiz = async () => { await QueueApi.startBiz(); await RoomApi.startBiz(); } const closeBiz = async () => { await RoomApi.closeBiz(); } const resetRoom = async () => {