Browse Source

BUG修复

seimin 3 years ago
parent
commit
5a32d328df
2 changed files with 2 additions and 2 deletions
  1. 1 1
      proxy.conf.json
  2. 1 1
      src/app/views/round-robin/round-robin.component.ts

+ 1 - 1
proxy.conf.json

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

+ 1 - 1
src/app/views/round-robin/round-robin.component.ts

@@ -348,7 +348,7 @@ export class RoundRobinComponent implements OnInit {
348 348
       executionTime: [null, [Validators.required]],
349 349
       time: [null],
350 350
       endDepartment: [null, [Validators.required]],
351
-      openDepartments: [null],
351
+      openDepartments: [false],
352 352
     });
353 353
     this.validateForm.controls.roundRobinStrategy.setValue(
354 354
       this.roundRobinStrategys[0].id