fix:添加面授课的开课,无法配置作业问题

This commit is contained in:
wyx
2023-04-03 13:40:29 +08:00
parent c97df0dae8
commit fca6a654fc
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi";
const store = useStore();
const isLogin = ref(false);
console.log("版本2.3.7------------");
console.log("版本2.3.8------------");
// 监听关闭浏览器
let time1 = ref(0);

View File

@@ -5,7 +5,7 @@
<a-drawer :visible="visible" class="drawerStyle addhomeworkDrawer" width="800" placement="right">
<div class="drawerMain">
<div class="header">
<div class="headerTitle">{{ info.workName ? "编辑" : "添加" }}任务</div>
<div class="headerTitle">{{ info?.workName ? "编辑" : "添加" }}任务</div>
<img style="width: 29px; height: 29px; cursor: pointer" src="../../assets/images/basicinfo/close.png"
@click="closeDrawer"/>
</div>