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 = {