This commit is contained in:
guochunsi
2026-01-23 18:00:43 +08:00
parent f7445e1baf
commit 5dd173d8d3
8 changed files with 508 additions and 204 deletions

View File

@@ -266,8 +266,7 @@ const remoteMethod = (query: string) => {
// 查询此房间为几人间
const fearchRoomStuNums = (roomNo: string) => {
const data = { "roomNo": roomNo }
fearchRoomStuNum(data).then(data => {
fearchRoomStuNum(roomNo).then(data => {
bedNoData.value = data.data
})
}