This commit is contained in:
kclf
2022-12-06 00:16:38 +08:00
parent b29f6230f1
commit 86e61caed7
2 changed files with 83 additions and 67 deletions

View File

@@ -547,6 +547,7 @@
alt="asterisk"
/>
</div>
<!-- 授课教师1 -->
<span style="margin-right: 14px">授课教师</span>
</div>
<div class="item_inp">
@@ -4501,6 +4502,7 @@ export default defineComponent({
state.qdms_inputV1 = state.xzinputV1;
state.xzinputV1 = "";
getDictList("faceclassPic");
getTea();
}
if (state.bs_hs && state.valueE1 != "") {
state.addOnlineCoursevisible = true;
@@ -5062,7 +5064,7 @@ export default defineComponent({
};
//获取教师
const getTea = async () => {
console.log("获取授课教师信息");
console.log("获取授课教师信息33333333333");
options4CurName.value = state.teacher;
options4CurId.value = state.teacherId;
@@ -5157,6 +5159,7 @@ export default defineComponent({
state.ft_hs = true;
state.ft_eidt = true;
getTea();
};
// 预览弹框 开启和关闭