优化:走访审批查看问题

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 {
dataList.value = dataList.value.concat(res.rows);
}
mescrollRef.value.endBySize(res.rows.length, 1000);
mescrollRef.value.mescroll.endBySize(res.rows.length, 1000);
} else {
uni.showToast({
icon: 'none',
title: "请求失败",
});
dataList.value = null;
mescrollRef.value.endErr();
mescrollRef.value.mescroll.endErr();
}
})
}