|
@@ -156,10 +156,10 @@
|
|
|
...response.data
|
|
|
];
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- if (this.listForm.status == 0) {
|
|
|
- this.firstRecordsTotal = response.recordsTotal;
|
|
|
+
|
|
|
+ if (this.listForm.status == 0) {
|
|
|
+ this.firstRecordsTotal = response.recordsTotal;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
this.listForm.pageIndex++;
|