seimin 1 年之前
父节点
当前提交
8f8ae42048
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      src/app/views/limit-initiation-time/limit-initiation-time.component.ts

+ 2 - 4
src/app/views/limit-initiation-time/limit-initiation-time.component.ts

@@ -127,7 +127,7 @@ export class LimitInitiationTimeComponent implements OnInit {
127 127
         building: {
128 128
           simpleQuery: true,
129 129
           buildingName: keyWord,
130
-          hosId: this.currentHospital.id,
130
+          cascadeHosId: this.currentHospital.id,
131 131
         }
132 132
       };
133 133
       this.isLoading = true;
@@ -152,9 +152,7 @@ export class LimitInitiationTimeComponent implements OnInit {
152 152
         department: {
153 153
           searchType: 1,// 简单查询
154 154
           dept: keyWord,
155
-          hospital: {
156
-            id: this.currentHospital.id,
157
-          },
155
+          cascadeHosId: this.currentHospital.id,
158 156
         }
159 157
       };
160 158
       this.isLoading = true;