fix: 重置查询部门ID未清空问题修复
Former-commit-id: e365e99c0346359aa477c250b10496e9cebdd327
This commit is contained in:
@@ -154,6 +154,7 @@ function handleQuery() {
|
||||
function resetQuery() {
|
||||
queryFormRef.value.resetFields();
|
||||
queryParams.pageNum = 1;
|
||||
queryParams.deptId = undefined;
|
||||
handleQuery();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user