seimin пре 1 година
родитељ
комит
f305816fbc

+ 1 - 1
proxy.conf.json

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

+ 1 - 1
src/app/share/outgoing-record-detail/outgoing-record-detail.component.ts

@@ -56,7 +56,7 @@ export class OutgoingRecordDetailComponent implements OnInit {
56 56
 
57 57
   // 获取列表
58 58
   pageIndex: number = 1;//表格当前页码
59
-  pageSize: number = 3;//表格每页展示条数
59
+  pageSize: number = 10;//表格每页展示条数
60 60
   total: number = 0;//表格总数据量
61 61
   list: any = [];
62 62
   getList() {