|
|
@@ -236,7 +236,7 @@ export default {
|
|
|
CostType: "",
|
|
|
usercode: "",
|
|
|
username: "",
|
|
|
- timeScope: globalBt2(117),
|
|
|
+ timeScope: globalBt2(7),
|
|
|
compname: "",
|
|
|
keyword: "",
|
|
|
USERCODE: "",
|
|
|
@@ -496,7 +496,7 @@ export default {
|
|
|
that.loading = false;
|
|
|
if (json.Rs) {
|
|
|
that.allTableData = json.Rs;
|
|
|
- that.recordsTotal = parseInt(json.AllCount);
|
|
|
+ that.recordsTotal = parseInt(json.Rs.length);
|
|
|
} else {
|
|
|
that.allTableData = [];
|
|
|
that.recordsTotal = 0;
|