Browse Source

BUG修复

seimin 3 years ago
parent
commit
ef29a7889e
2 changed files with 2 additions and 1 deletions
  1. 1 1
      proxy.conf.json
  2. 1 0
      src/app/share/batch-orders/batch-orders.component.ts

+ 1 - 1
proxy.conf.json

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

+ 1 - 0
src/app/share/batch-orders/batch-orders.component.ts

@@ -226,6 +226,7 @@ export class BatchOrdersComponent implements OnInit {
226 226
       sum: this.pageSize,
227 227
       orderPlanRule: {
228 228
         hosId: this.hosId,
229
+        orderPlanId: this.selectedBatchOrder.id,
229 230
       },
230 231
     };
231 232
     this.mapOfCheckedId = {};