修改
This commit is contained in:
parent
64dbf09add
commit
02e313af07
@ -606,6 +606,38 @@ export default {
|
||||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.resetForm("queryForm");
|
||||
this.queryParams= {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
followStartTime: null,
|
||||
followEndTime: null,
|
||||
clinicalStartTime: null,
|
||||
clinicalEndTime: null,
|
||||
admissionEndTime: null,
|
||||
admissionStartTime: null,
|
||||
mainDiagnosis: null,
|
||||
|
||||
visitSerialNumber: null,
|
||||
attendingPhysicianId: null,
|
||||
patientId: null,
|
||||
visitMethod: null,
|
||||
manageRouteId: null,
|
||||
manageRouteNodeId: null,
|
||||
patientName: null,
|
||||
startDate: null,
|
||||
endDate: null,
|
||||
manageRouteName: null,
|
||||
manageRouteNodeName: null,
|
||||
taskContent: null,
|
||||
executeTime: null,
|
||||
executePerson: null,
|
||||
executeType: null,
|
||||
executeRemark: null,
|
||||
hospitalAgencyId: null,
|
||||
campusAgencyId: null,
|
||||
departmentId: null,
|
||||
wardId: null,
|
||||
},
|
||||
this.handleQuery();
|
||||
this.intentionalTime = [];
|
||||
this.mzTime = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user