--demand 添加权限

This commit is contained in:
yuping
2023-02-01 17:24:03 +08:00
parent 55c868231b
commit 5b8e8a691b
6 changed files with 52 additions and 19 deletions

View File

@@ -4447,6 +4447,18 @@ export default defineComponent({
// 管理开课
const handleGuan22 = (item) => {
if (String(item.courseform) === '1') {
return;
}
if (String(item.courseform) === ('1' || '线上')) {
state.om_1 = true;
state.ft_1 = false;
} else if (
String(item.courseform) === ('2' || '面授')
) {
state.om_1 = true;
state.ft_1 = true;
}
state.manageStuLoading = true;
console.log(787666, item);
state.faceClassification = item.contentTxt;