mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
fix:面授课开课地点设置为非必填项
This commit is contained in:
@@ -1430,10 +1430,10 @@
|
||||
<div class="cstm_items">
|
||||
<div class="signbox">
|
||||
<div class="sign">
|
||||
<img
|
||||
<!-- <img
|
||||
src="@/assets/images/coursewareManage/asterisk.png"
|
||||
alt=""
|
||||
/>
|
||||
/> -->
|
||||
</div>
|
||||
<span style="margin-right: 3px">地点</span>
|
||||
</div>
|
||||
@@ -4521,7 +4521,7 @@ export default defineComponent({
|
||||
console.log(postData);
|
||||
const checkList = [
|
||||
postData.name,
|
||||
postData.address,
|
||||
// postData.address,
|
||||
postData.beginTime,
|
||||
postData.endTime,
|
||||
postData.teacherId,
|
||||
|
||||
Reference in New Issue
Block a user