fix: 完善功能,新增POS机刷卡记账。
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user