浏览代码

BUG修复

seimin 3 年之前
父节点
当前提交
ef29a7889e
共有 2 个文件被更改,包括 2 次插入1 次删除
  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
   "/service": {
2
   "/service": {
3
-    "target": "http://192.168.3.66",
3
+    "target": "http://192.168.3.87",
4
     "logLevel": "debug",
4
     "logLevel": "debug",
5
     "changeOrigin": true,
5
     "changeOrigin": true,
6
     "pathRewrite": {
6
     "pathRewrite": {

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

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