From be033a5c66fdf13b97ee531403019a461645d79f Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 28 Apr 2021 13:27:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A1=B6=E7=BA=A7=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E7=BC=96=E8=BE=91=E4=B8=BA=E9=9D=9E=E9=A1=B6?= =?UTF-8?q?=E7=BA=A7=E7=BB=84=E7=BB=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/dept/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) } }