mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
feat:获取学员列表 搜索 重置 批量删除 单个删除 清空 勾选效果
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user