seimin 1 年之前
父節點
當前提交
5c62db3727

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

@@ -90,7 +90,7 @@ export class DataDictionaryComponent implements OnInit {
90 90
       dictionaryTree: {
91 91
         hosId: this.hosId,
92 92
         level: 1,
93
-        key: 'clothes_type_parent',
93
+        key: 'clothes_type',
94 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 105
         hosId: this.hosId,
106 106
         level: 1,
107 107
         key: 'clothes_type_parent',
108
-        deleted: 0,
108
+        deleteclothes_type
109 109
       },
110 110
     };
111 111
     this.mainService