重置查询时取消部门选中
This commit is contained in:
parent
1ba6b301e3
commit
5ce9ec92b1
@ -13,6 +13,8 @@
|
||||
:expand-on-click-node="false"
|
||||
:filter-node-method="filterNode"
|
||||
ref="deptTreeRef"
|
||||
node-key="id"
|
||||
highlight-current
|
||||
default-expand-all
|
||||
@node-click="handleNodeClick" />
|
||||
</div>
|
||||
@ -426,6 +428,7 @@ function resetQuery() {
|
||||
dateRange.value = []
|
||||
proxy.resetForm('queryRef')
|
||||
queryParams.value.deptId = undefined
|
||||
proxy.$refs.deptTreeRef.setCurrentKey(null)
|
||||
handleQuery()
|
||||
}
|
||||
/** 删除按钮操作 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user