update
This commit is contained in:
parent
6b563a428e
commit
67827a18fa
@ -432,7 +432,7 @@ export default defineComponent({
|
||||
dashboardData.value = res.data
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('获取数据看板数据失败:', error)
|
||||
|
||||
} finally {
|
||||
loading.value = false
|
||||
}
|
||||
@ -448,7 +448,7 @@ export default defineComponent({
|
||||
deliverymanList.value = res.data
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('获取配送员列表失败:', error)
|
||||
|
||||
} finally {
|
||||
loading.value = false
|
||||
}
|
||||
@ -468,7 +468,7 @@ export default defineComponent({
|
||||
communityList.value = res.data.items || []
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('获取小区列表失败:', error)
|
||||
|
||||
} finally {
|
||||
communityLoading.value = false
|
||||
}
|
||||
@ -488,7 +488,7 @@ export default defineComponent({
|
||||
dailyStatsPagination.value.total = res.data.total || 0
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('获取每日统计数据失败:', error)
|
||||
|
||||
} finally {
|
||||
dailyStatsLoading.value = false
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user