From c88e6fc89736da8faa46d525c8781c0f1dac5384 Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期五, 19 三月 2021 01:50:18 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/components/panel/ToolBoxPanel.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/panel/ToolBoxPanel.vue b/src/components/panel/ToolBoxPanel.vue index fc23018..bcd5466 100644 --- a/src/components/panel/ToolBoxPanel.vue +++ b/src/components/panel/ToolBoxPanel.vue @@ -292,17 +292,17 @@ this.active = index if (this.checkbutton === index) { this.checked = !this.checked + this.Selecd = -1 } else { if (this.checkbutton === -1) { this.checked = !this.checked } else { - this.checked = !this.checked + this.checked = true } } this.checkbutton = index }, choiceItem (itemT, indexT) { - // this.Selecd = indexT this.Selecd = indexT if (this.isSelecd === indexT) { this.checkedItem = !this.checkedItem @@ -406,7 +406,6 @@ }, changeSelectMouse () { this.selectGroup = true - this.checked = false } } } -- Gitblit v1.8.0