优化:走访审批查看问题

This commit is contained in:
wangyang
2025-08-18 10:34:15 +08:00
parent e1d31fb8e7
commit 985111fb9e

View File

@@ -143,14 +143,14 @@ function getVisistList(page) {
} else { } else {
dataList.value = dataList.value.concat(res.rows); dataList.value = dataList.value.concat(res.rows);
} }
mescrollRef.value.endBySize(res.rows.length, 1000); mescrollRef.value.mescroll.endBySize(res.rows.length, 1000);
} else { } else {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: "请求失败", title: "请求失败",
}); });
dataList.value = null; dataList.value = null;
mescrollRef.value.endErr(); mescrollRef.value.mescroll.endErr();
} }
}) })
} }