This commit is contained in:
2026-01-22 13:38:10 +08:00
parent b350322626
commit 313fe64475
151 changed files with 13060 additions and 4411 deletions

View File

@@ -147,7 +147,6 @@ const handleRoomChange = async (roomNo: string) => {
}
form.bedNo = ''
} catch (err) {
console.error('获取床位号列表失败', err)
bedNoList.value = []
form.bedNo = ''
}
@@ -209,7 +208,6 @@ const getRoomListData = async () => {
roomList.value = Array.isArray(res.data) ? res.data : []
}
} catch (err) {
console.error('获取房间号列表失败', err)
roomList.value = []
}
}