fix: 完善功能,新增POS机刷卡记账。

This commit is contained in:
tianyongbao
2024-06-07 17:09:01 +08:00
parent bdc80f29ef
commit 3474712f40
9 changed files with 852 additions and 16 deletions

View File

@@ -110,7 +110,7 @@ function getList() {
status.value = 'loading'
listHeartJourney({ pageSize: 10, pageNum: pageNum.value, ...queryParams.value }).then(res => {
listData.value = listData.value.concat(res.rows)
if (listData.length < res.total) {
if (listData.value.length < res.total) {
status.value = 'loadmore'
} else {
status.value = 'nomore'