feat(M08-B): 补保洁统计趋势
This commit is contained in:
+3
-1
@@ -240,7 +240,8 @@ const statistics = reactive<CleaningStatistics>({
|
||||
byStatus: [],
|
||||
byStore: [],
|
||||
settlements: [],
|
||||
members: []
|
||||
members: [],
|
||||
trend: []
|
||||
});
|
||||
|
||||
function saveToken() {
|
||||
@@ -301,6 +302,7 @@ async function loadStatistics() {
|
||||
statistics.byStore = result.byStore;
|
||||
statistics.settlements = result.settlements;
|
||||
statistics.members = result.members;
|
||||
statistics.trend = result.trend;
|
||||
}, '统计已刷新');
|
||||
loading.statistics = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user