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

This commit is contained in:
songwc
2022-11-08 17:03:27 +08:00
parent fe744abde2
commit 7317520f10
6 changed files with 541 additions and 283 deletions

View File

@@ -847,6 +847,7 @@ export default {
? JSON.parse(storage.get("projectId"))
: null,
chooseStageId: null,
edit: false,
isRefEdit: 1, //外链编辑
isLiveEdit: 1, //直播编辑
EditRefId: null, //要编辑的外链的id
@@ -1885,6 +1886,7 @@ export default {
};
//编辑的按钮
const decideType = (type, id) => {
state.edit = true;
console.log(type, id);
if (type == "外链") {
showEditRefDrawer(id);