From 41f0e043e95da5dfe51763745401b44362b1dc77 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 2 Feb 2026 11:05:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=A7=9F=E6=88=B7=E5=A5=97=E9=A4=90):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8A=B6=E6=80=81=E5=88=87=E6=8D=A2=E5=BC=80?= =?UTF-8?q?=E5=85=B3=E7=BB=91=E5=AE=9A=E5=80=BC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用 `:value` 替代 `v-model:value`,将绑定值修正为布尔类型,以匹配 `ApiSwitch` 组件的预期值。 --- apps/web-antd/src/views/system/tenantPackage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/system/tenantPackage/index.vue b/apps/web-antd/src/views/system/tenantPackage/index.vue index 0ac2c3bb..a6ffa3f2 100644 --- a/apps/web-antd/src/views/system/tenantPackage/index.vue +++ b/apps/web-antd/src/views/system/tenantPackage/index.vue @@ -165,7 +165,7 @@ async function handleChangeStatus(checked: boolean, row: TenantPackage) {