seimin 4 months ago
parent
commit
0a6fc75986
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/views/keep-order-config/keep-order-config.component.ts

+ 1 - 1
src/app/views/keep-order-config/keep-order-config.component.ts

@@ -111,7 +111,7 @@ export class KeepOrderConfigComponent implements OnInit {
111
     let data = {
111
     let data = {
112
       idx: this.pageIndex - 1,
112
       idx: this.pageIndex - 1,
113
       sum: this.pageSize,
113
       sum: this.pageSize,
114
-      orderPlan: {
114
+      keepOrderConfig: {
115
         hosId: this.hosId,
115
         hosId: this.hosId,
116
       },
116
       },
117
     };
117
     };