feat: 更新应用版本至1.3.30并优化报餐统计功能
新增系统配置API模块 移除列表加载时的多余条件判断 优化报餐统计页面样式和逻辑
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user