diff --git a/src/views/system/departmentDisease/index.vue b/src/views/system/departmentDisease/index.vue index c226652..d05f903 100644 --- a/src/views/system/departmentDisease/index.vue +++ b/src/views/system/departmentDisease/index.vue @@ -687,6 +687,7 @@ export default { }, /** 重置按钮操作 */ resetQuery() { + this.queryParams.diseaseTypeName='' this.resetForm("queryForm"); this.handleQuery(); },