seimin 1 年之前
父節點
當前提交
5ff419cb62
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      proxy.conf.json
  2. 1 0
      src/app/share/relationTrans-detail-modal/relationTrans-detail-modal.component.ts

+ 1 - 1
proxy.conf.json

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

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

@@ -131,6 +131,7 @@ export class RelationTransDetailModalComponent implements OnInit {
131 131
         hosId: this.hosId,
132 132
         state: this.other_trans_state1,
133 133
         startDept: this.currentDept.id,
134
+        extra1Time: '1010-01-01 01:01:01',
134 135
       }
135 136
     }
136 137
     this.hsLoading = true;