seimin 1 年間 前
コミット
7d7c09e5a3

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

@@ -123,7 +123,7 @@ export class FormManagementComponent implements OnInit {
123 123
       idx: 0,
124 124
       sum: 9999,
125 125
       building: {
126
-        hosId: this.hosId
126
+        cascadeHosId: this.hosId
127 127
       }
128 128
     };
129 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 321
   log(value: object[]): void {
322 322
     console.log(value);
323
+    this.pageIndex = 1;
323 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 50
   log(value: object[]): void {
51 51
     console.log(value);
52
-    this.getList(0);
52
+    this.getList(1);
53 53
   }
54 54
   // 搜索类型
55 55
   isLoading1 = false;