修复目录管理酒店筛选与边界测试
This commit is contained in:
@@ -559,7 +559,10 @@ async function loadCatalog(): Promise<void> {
|
||||
loading.value = true
|
||||
errorMessage.value = ''
|
||||
try {
|
||||
const query = { ...filters }
|
||||
const query = {
|
||||
...filters,
|
||||
hotel_id: activeHotelId(),
|
||||
}
|
||||
const result = activeCatalog.value === 'accounts'
|
||||
? await fetchAdminReservationCatalogAccounts(query)
|
||||
: activeCatalog.value === 'room-types'
|
||||
|
||||
Reference in New Issue
Block a user