Changpeng Duan 4 년 전
부모
커밋
7111f17a4a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pc/src/views/classChange.vue

+ 2 - 2
pc/src/views/classChange.vue

@@ -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;