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