seimin 1 år sedan
förälder
incheckning
5c62db3727

+ 1 - 1
src/app/views/data-dictionary/data-dictionary.component.ts

@@ -90,7 +90,7 @@ export class DataDictionaryComponent implements OnInit {
90
       dictionaryTree: {
90
       dictionaryTree: {
91
         hosId: this.hosId,
91
         hosId: this.hosId,
92
         level: 1,
92
         level: 1,
93
-        key: 'clothes_type_parent',
93
+        key: 'clothes_type',
94
         deleted: 0,
94
         deleted: 0,
95
       },
95
       },
96
     };
96
     };

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

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