feat: 更新应用版本至1.3.30并优化报餐统计功能

新增系统配置API模块
移除列表加载时的多余条件判断
优化报餐统计页面样式和逻辑
This commit is contained in:
砂糖
2026-04-14 11:18:33 +08:00
parent 0e1599809d
commit b93d636c8a
6 changed files with 478 additions and 395 deletions

View File

@@ -252,9 +252,6 @@
* @param {Boolean} isRefresh 是否刷新(重置页码)
*/
async fetchList(isRefresh = false) {
if (!this.hasMore) {
return;
}
try {
// 刷新时重置页码和加载状态
if (isRefresh) {
@@ -299,9 +296,6 @@
* @param {Boolean} isRefresh 是否刷新(重置页码)
*/
async fetchDeliveryPlan(isRefresh = false) {
if (!this.planHasMore) {
return;
}
try {
if (isRefresh) {
this.planPageNum = 1;