mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
fix 删除组员 (非小组长) 提示删除失败
This commit is contained in:
497
package-lock.json
generated
497
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -498,7 +498,7 @@ export default {
|
||||
let obj = {
|
||||
projectGroupId: props.chooseGroupId,
|
||||
projectId: props.projectId,
|
||||
studentIds: state.selectedRows,
|
||||
ids: state.selectedRows,
|
||||
};
|
||||
console.log("删除小组学员obj", obj);
|
||||
delGroupStudent(obj)
|
||||
|
||||
@@ -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