feat:获取学员列表 批量删除 单个删除 勾选效果 查询 重置 清空

This commit is contained in:
songwc
2022-11-08 17:49:19 +08:00
3 changed files with 556 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ export default {
};
const handleFinish = values => {
console.log(values);
updateRef(props.workId)
updateRef(props.EditRefId)
};
const handleFinishFailed = errors => {
console.log(errors);