|
@@ -456,7 +456,7 @@ export default {
|
|
});
|
|
});
|
|
if (
|
|
if (
|
|
this["tableData" + type].length == refIds.length &&
|
|
this["tableData" + type].length == refIds.length &&
|
|
- (this["currentPage" + type] + 1) * this["pageSize" + type] >
|
|
|
|
|
|
+ this["currentPage" + type] * this["pageSize" + type] + 1 >
|
|
this["total" + type]
|
|
this["total" + type]
|
|
) {
|
|
) {
|
|
this["currentPage" + type] = 1;
|
|
this["currentPage" + type] = 1;
|