seimin 1 년 전
부모
커밋
79b704f5c4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      proxy.conf.json
  2. 1 1
      src/app/share/businessData-detail-modal/businessData-detail-modal.component.ts

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "/service": {
3
-    "target": "http://192.168.4.240",
3
+    "target": "http://192.168.3.108",
4 4
     "logLevel": "debug",
5 5
     "changeOrigin": true,
6 6
     "pathRewrite": {

+ 1 - 1
src/app/share/businessData-detail-modal/businessData-detail-modal.component.ts

@@ -15,7 +15,7 @@ export class BusinessDataDetailModalComponent implements OnInit {
15 15
   specimenList: any = [];// 标本列表
16 16
   inspectionRateStatisticsList: any = [];// 科室检查率统计列表
17 17
   pageIndex: number = 1;//表格当前页码
18
-  pageSize: number = 5;//表格每页展示条数
18
+  pageSize: number = 10;//表格每页展示条数
19 19
   total: number = 0;//表格总数据量
20 20
   searchCriteria:any = {
21 21
     stype: 0,