From ec8df6656507e6942ffebaf171b445a5b56a13ef Mon Sep 17 00:00:00 2001 From: yanzai Date: Fri, 14 Nov 2025 21:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E6=AC=A1=E6=89=93=E5=BC=80=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E5=8B=BE=E9=80=89=EF=BC=8C=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/views/PlanMngr/Plan.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/src/views/PlanMngr/Plan.vue b/admin/src/views/PlanMngr/Plan.vue index a0635d0..7a209ff 100644 --- a/admin/src/views/PlanMngr/Plan.vue +++ b/admin/src/views/PlanMngr/Plan.vue @@ -408,6 +408,11 @@ }) } const PiLiangOpen=()=>{ + list.value.forEach((v,i)=>{ + if(v.selected ===true){ + list.value[i].selected=false + } + }) PiLiangDialogVisible.value=true } const PiLiangSelectFunc=()=>{