优化:走访审批查看问题
This commit is contained in:
@@ -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();
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user