fix:修改小组

This commit is contained in:
lixg
2022-12-04 23:53:02 +08:00
parent a808aebeac
commit 7260014535
5 changed files with 92 additions and 40 deletions

View File

@@ -4429,8 +4429,8 @@ export default defineComponent({
};
// 关闭查看
const handlelookMs = () => {
state.lookMs = false
}
state.lookMs = false;
};
//保存面授课
const handlePush = (param) => {
//state.isEdit = 1;
@@ -5030,7 +5030,6 @@ export default defineComponent({
state.ft_eidt = true;
};
const handleLook = async (itm, type) => {
state.isEdit = 0;
console.log(45555);
@@ -5370,7 +5369,7 @@ export default defineComponent({
watch(
() => state.addAuthList,
(res) => {
console.log("res", res, state.addStudentList);
console.log("res 添加学员", res, state.addStudentList);
if (state.authClassify === 3) {
let obj = {
deptList: res[1],
@@ -5508,7 +5507,7 @@ export default defineComponent({
closeOnlineCoursevisible,
handlelookMs,
handleLook
handleLook,
};
},
});