|
|
@@ -70,7 +70,8 @@ export default { |
|
|
|
pageNum:1, |
|
|
|
pageSize:10, |
|
|
|
orderByColumn:'createTime', |
|
|
|
isAsc:'desc' |
|
|
|
isAsc:'desc', |
|
|
|
type: '1', |
|
|
|
} |
|
|
|
}; |
|
|
|
}, |
|
|
@@ -125,7 +126,7 @@ export default { |
|
|
|
this.finished = true; |
|
|
|
return; |
|
|
|
} |
|
|
|
this.list = response.rows; |
|
|
|
this.list.push(...response.rows); |
|
|
|
this.total += response.rows.length; |
|
|
|
this.finished = this.total >= response.total; |
|
|
|
}).finally(() => { |
|
|
|