diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index 720367a..e7e89dd 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -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 = [];