From 02e313af078f1210319ef0e6cc1cb84e7aeef9dd Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 3 Apr 2024 16:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followup/index.vue | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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 = [];