|
@@ -323,10 +323,12 @@ export default {
|
|
pageSize
|
|
pageSize
|
|
)
|
|
)
|
|
if (code == 0) {
|
|
if (code == 0) {
|
|
- if (returnData.length === 0) {
|
|
|
|
- this.page--
|
|
|
|
|
|
+ if (returnData.length < pageSize) {
|
|
this.noMore = true
|
|
this.noMore = true
|
|
- this.loading = false
|
|
|
|
|
|
+ if (returnData.length === 0) {
|
|
|
|
+ this.page--
|
|
|
|
+ this.loading = false
|
|
|
|
+ }
|
|
}
|
|
}
|
|
if (this.shouldReset) {
|
|
if (this.shouldReset) {
|
|
this.tableData.push(...returnData)
|
|
this.tableData.push(...returnData)
|