seimin 1 年間 前
コミット
5c62db3727
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      src/app/views/data-dictionary/data-dictionary.component.ts
  2. 1 1
      src/app/views/washing-batch-view/washing-batch-view.component.ts

+ 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