--fix bug 添加学员异步加载刷新

This commit is contained in:
yuping
2023-03-24 16:53:11 +08:00
parent 7d26c2dfcf
commit 7b98178e34
4 changed files with 6 additions and 6 deletions

View File

@@ -663,7 +663,6 @@ function handleStageOk() {
groupId: props.groupId,
}).then(() => {
deleteDepSelect();
emit("finash", true);
});
}