From 045c359bdb3d8495ecacb3abf315dd3d76967501 Mon Sep 17 00:00:00 2001 From: dengbf Date: Thu, 26 Jun 2025 17:18:03 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=20=E5=9C=A8=E4=BD=BF?= =?UTF-8?q?=E7=94=A8TsForm-redio=E7=B1=BB=E5=9E=8B=EF=BC=9A=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E9=80=89=E4=B8=AD=E6=97=B6=EF=BC=8ConChange=E4=B8=8D?= =?UTF-8?q?=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resources/plugins/TsForm/TsFormRadio.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/resources/plugins/TsForm/TsFormRadio.vue b/src/resources/plugins/TsForm/TsFormRadio.vue index a950783f..d8f807c2 100755 --- a/src/resources/plugins/TsForm/TsFormRadio.vue +++ b/src/resources/plugins/TsForm/TsFormRadio.vue @@ -260,9 +260,7 @@ export default { } if (this.allowToggle && this.currentValue == label) { this.currentValue = null; - this.$emit('update:value', this.currentValue); - this.$emit('change', this.currentValue); - this.$emit('on-change', this.currentValue); + this.onChangeValue(); } } }, -- Gitee