This commit is contained in:
2022-12-10 13:47:40 +08:00
parent e518b38ae3
commit a21dbebd61
4 changed files with 56 additions and 16 deletions

View File

@@ -115,6 +115,7 @@
methods: {
searchList () {
this.dataList = []
this.pageNum = 1
this._coolIOQuery()
},
/** 选择器 */
@@ -141,7 +142,6 @@
this.reload = false
this.status = 'noMore'
}
},
onReachBottom () {
if (this.totalCount > this.dataList.length) {
@@ -166,8 +166,7 @@
this.disabled = false
this.pkId = ''
this.pkObj = {}
this.dataList = []
this._coolIOQuery()
this.searchList()
uni.showToast({
title: res.message,
icon: 'none'