seimin 1 年之前
父节点
当前提交
f9cb11ae20
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/app/views/washing-batch-view/washing-batch-view.component.ts

+ 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