seimin 1 year ago
parent
commit
f9cb11ae20

+ 2 - 2
src/app/views/washing-batch-view/washing-batch-view.component.ts

@@ -104,8 +104,8 @@ export class WashingBatchViewComponent implements OnInit, AfterViewInit {
104
       dictionaryTree: {
104
       dictionaryTree: {
105
         hosId: this.hosId,
105
         hosId: this.hosId,
106
         level: 1,
106
         level: 1,
107
-        key: 'clothes_type_parent',
108
-        deleteclothes_type
107
+        key: 'clothes_type',
108
+        deleted: 0,
109
       },
109
       },
110
     };
110
     };
111
     this.mainService
111
     this.mainService