浏览代码

BUG修复

seimin 3 年之前
父节点
当前提交
5a32d328df
共有 2 个文件被更改,包括 2 次插入2 次删除
  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