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