资讯修改

This commit is contained in:
闫晓茹 2023-02-15 14:20:34 +08:00
parent 69bd626366
commit c2864af224

View File

@ -754,6 +754,13 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.resetForm("queryForm");
this.queryParams = {
pageNum: 1,
pageSize: 10,
hospitalName:"",
departmentCode:"",
departmentName:"",
};
this.handleQuery();
},
//