fix: 重置查询部门ID未清空问题修复

Former-commit-id: e365e99c0346359aa477c250b10496e9cebdd327
This commit is contained in:
haoxr
2023-03-22 22:56:32 +08:00
parent 750fdc9fe7
commit b3f8f63717

View File

@@ -154,6 +154,7 @@ function handleQuery() {
function resetQuery() {
queryFormRef.value.resetFields();
queryParams.pageNum = 1;
queryParams.deptId = undefined;
handleQuery();
}