Changpeng Duan 4 yıl önce
ebeveyn
işleme
7111f17a4a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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;