mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
fix 删除组员 (非小组长) 提示删除失败
This commit is contained in:
@@ -3468,7 +3468,7 @@ export default {
|
||||
<a-select-option value="删除" label="删除">
|
||||
<div
|
||||
onClick={() => {
|
||||
// console.log("点击了111", text);
|
||||
{/* console.log("点击了111", text); */}
|
||||
showDeleteOne(text.record.studentId);
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user