From af659ffd3427fb32b7488840c2411906705f78f9 Mon Sep 17 00:00:00 2001 From: Lonelyflyer Date: Thu, 18 Aug 2022 15:25:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=84=E7=BB=87=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=86=8D=E6=AC=A1=E6=89=93=E5=BC=80deptStack?= =?UTF-8?q?Str=E5=8F=A0=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/OrgPicker.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/OrgPicker.vue b/src/components/common/OrgPicker.vue index 1b2e24d..4b18d43 100644 --- a/src/components/common/OrgPicker.vue +++ b/src/components/common/OrgPicker.vue @@ -293,6 +293,7 @@ export default { init() { this.checkAll = false; this.nowDeptId = null; + this.deptStack = []; this.nodes = [] this.select = Object.assign([], this.selected) this.selectToLeft() -- Gitee