修改病种

This commit is contained in:
闫晓茹 2024-05-14 09:29:44 +08:00
parent 9f0325d345
commit 0fda57b334

View File

@ -687,6 +687,7 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.queryParams.diseaseTypeName=''
this.resetForm("queryForm");
this.handleQuery();
},