From 13987e32a64a501c52141ed2e864072639233a7b Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 31 Aug 2022 15:19:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF-=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=88=97=E8=A1=A8=E8=BF=87=E6=BB=A4=E5=99=A8):=20?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E6=8C=89=E9=92=AE=E8=A7=A6=E5=8F=91=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E9=87=8D=E7=BD=AE=E4=B8=8B=E6=8B=89=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E5=85=A8=E9=80=89=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/widget/DeWidget/DeSelectGrid.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/widget/DeWidget/DeSelectGrid.vue b/frontend/src/components/widget/DeWidget/DeSelectGrid.vue index a6c976adf3..7c8d782d95 100644 --- a/frontend/src/components/widget/DeWidget/DeSelectGrid.vue +++ b/frontend/src/components/widget/DeWidget/DeSelectGrid.vue @@ -214,6 +214,8 @@ export default { methods: { clearHandler() { this.value = this.element.options.attrs.multiple ? [] : null + this.checkAll = false + this.isIndeterminate = false }, resetDefaultValue(id) { if (this.inDraw && this.manualModify && this.element.id === id) {