mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
fix:修改小组
This commit is contained in:
@@ -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,
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user