seimin 2 months ago
parent
commit
0fe1b180f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/app/share/edit-inspect-info/edit-inspect-info.component.ts

+ 1 - 0
src/app/share/edit-inspect-info/edit-inspect-info.component.ts

@@ -19,6 +19,7 @@ export class EditInspectInfoComponent implements OnInit {
19
   yyTime = null; //预约时间-患者其他服务
19
   yyTime = null; //预约时间-患者其他服务
20
   deptId = null;
20
   deptId = null;
21
   deptList:any[] = [];
21
   deptList:any[] = [];
22
+  isLoading:boolean = false;
22
   constructor(
23
   constructor(
23
     private message: NzMessageService,
24
     private message: NzMessageService,
24
   ) { }
25
   ) { }