mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 01:06:45 +08:00
t
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
// 预览弹框 开启和关闭
|
||||
|
||||
Reference in New Issue
Block a user