diff --git a/frontend/src/views/system/dept/index.vue b/frontend/src/views/system/dept/index.vue index e56d5d11dc..f1e053639b 100644 --- a/frontend/src/views/system/dept/index.vue +++ b/frontend/src/views/system/dept/index.vue @@ -86,7 +86,7 @@ - + @@ -507,6 +507,10 @@ export default { } }) return roots + }, + topChange(value) { + // console.log(value) + !value && (this.depts = null) } }