seimin 1 year ago
parent
commit
43bc0acfcd
3 changed files with 3 additions and 3 deletions
  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
   "/service": {
2
   "/service": {
3
-    "target": "http://192.168.4.223",
3
+    "target": "http://192.168.3.108",
4
     "logLevel": "debug",
4
     "logLevel": "debug",
5
     "changeOrigin": true,
5
     "changeOrigin": true,
6
     "pathRewrite": {
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
         checkDept: {id: this.checkDeptId},
42
         checkDept: {id: this.checkDeptId},
43
         scode: this.pharmacySearchKey || undefined,
43
         scode: this.pharmacySearchKey || undefined,
44
         speState: {id: 382},
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
     this.hsLoading = true;
48
     this.hsLoading = true;

+ 1 - 1
src/main.ts

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