seimin il y a 4 ans
Parent
commit
5a32d328df
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
   "/service": {
2
   "/service": {
3
-    "target": "http://192.168.3.87",
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/views/round-robin/round-robin.component.ts

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