seimin 1 year ago
parent
commit
7d7c09e5a3

+ 1 - 1
src/app/views/form-management/form-management.component.ts

@@ -123,7 +123,7 @@ export class FormManagementComponent implements OnInit {
123
       idx: 0,
123
       idx: 0,
124
       sum: 9999,
124
       sum: 9999,
125
       building: {
125
       building: {
126
-        hosId: this.hosId
126
+        cascadeHosId: this.hosId
127
       }
127
       }
128
     };
128
     };
129
     this.isLoading = true;
129
     this.isLoading = true;

+ 1 - 0
src/app/views/order-management/order-management.component.ts

@@ -320,6 +320,7 @@ export class OrderManagementComponent implements OnInit {
320
   // 表格筛选
320
   // 表格筛选
321
   log(value: object[]): void {
321
   log(value: object[]): void {
322
     console.log(value);
322
     console.log(value);
323
+    this.pageIndex = 1;
323
     this.getList();
324
     this.getList();
324
   }
325
   }
325
   // 日期选择
326
   // 日期选择

+ 1 - 1
src/app/views/specimen-search/specimen-search.component.ts

@@ -49,7 +49,7 @@ export class SpecimenSearchComponent implements OnInit {
49
   // 表格筛选
49
   // 表格筛选
50
   log(value: object[]): void {
50
   log(value: object[]): void {
51
     console.log(value);
51
     console.log(value);
52
-    this.getList(0);
52
+    this.getList(1);
53
   }
53
   }
54
   // 搜索类型
54
   // 搜索类型
55
   isLoading1 = false;
55
   isLoading1 = false;