From abc91840ab90852203b1e4d8b9c9e8270a8d5148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E5=87=AF?= <2448379534@qq.com> Date: Tue, 21 Apr 2026 10:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E9=87=8C?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E8=BF=87=E9=B1=BC=E8=AE=BE=E6=96=BD?= =?UTF-8?q?=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD-youhua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/user/index.vue | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/frontend/src/views/system/user/index.vue b/frontend/src/views/system/user/index.vue index fca11e5..e499b89 100644 --- a/frontend/src/views/system/user/index.vue +++ b/frontend/src/views/system/user/index.vue @@ -570,25 +570,6 @@ function getFishTableData(ids: any[]) { } //权限给予 const tableids:any = ref([]) -function handleRadioChange(data: any){ -console.log('当前操作的行数据:', data); -ElMessageBox.confirm(`确定要更改此权限为${data.radio == 1 ? '读' : '写'}吗?`, "提示", { - confirmButtonText: "确定", - cancelButtonText: "取消", - type: "warning", - }) - .then(() => { - - - ElMessage({ - type: "success", - message: "更改成功", - }); - }) - .catch(() => { - getFishTableData(tableids.value) - }); -} //选中的过鱼权限 function fishDataHandleSelectionChange(val: any) { console.log('选中的行数据:', val); @@ -888,7 +869,7 @@ const vMove = {