seimin 1 年之前
父节点
当前提交
43bc0acfcd
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      proxy.conf.json
  2. 1 1
      src/app/share/spe-prompt-modal/spe-prompt-modal.component.ts
  3. 1 1
      src/main.ts

+ 1 - 1
proxy.conf.json

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

+ 1 - 1
src/app/share/spe-prompt-modal/spe-prompt-modal.component.ts

@@ -42,7 +42,7 @@ export class SpePromptModalComponent implements OnInit {
42 42
         checkDept: {id: this.checkDeptId},
43 43
         scode: this.pharmacySearchKey || undefined,
44 44
         speState: {id: 382},
45
-        printDate: this.printDate?(new Date(this.printDate).getTime()):undefined,
45
+        transTime: this.printDate?(new Date(this.printDate).getTime()):undefined,
46 46
       }
47 47
     }
48 48
     this.hsLoading = true;

+ 1 - 1
src/main.ts

@@ -8,7 +8,7 @@ if (environment.production) {
8 8
   enableProdMode();
9 9
   if (window) {
10 10
     window.console.log = function () { };
11
-    console.info('v2.4.48');
11
+    console.info('v2.4.49');
12 12
   }
13 13
 }
14 14
 platformBrowserDynamic().bootstrapModule(AppModule)