资讯修改
This commit is contained in:
parent
69bd626366
commit
c2864af224
@ -754,6 +754,13 @@ export default {
|
|||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
resetQuery() {
|
resetQuery() {
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
|
this.queryParams = {
|
||||||
|
pageNum: 1,
|
||||||
|
pageSize: 10,
|
||||||
|
hospitalName:"",
|
||||||
|
departmentCode:"",
|
||||||
|
departmentName:"",
|
||||||
|
};
|
||||||
this.handleQuery();
|
this.handleQuery();
|
||||||
},
|
},
|
||||||
// 多选框选中数据
|
// 多选框选中数据
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user