mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
fix:新建面授字段空值检查修改
This commit is contained in:
@@ -769,8 +769,8 @@ export default defineComponent({
|
|||||||
categoryId: state.fen_lei,
|
categoryId: state.fen_lei,
|
||||||
sceneContent: state.chang_jin,
|
sceneContent: state.chang_jin,
|
||||||
tips: state.tags_val ? state.tags_val.join(",") : null,
|
tips: state.tags_val ? state.tags_val.join(",") : null,
|
||||||
teacherId: state.member.value,
|
// teacherId: state.member.value,
|
||||||
teacher: state.member.name,
|
// teacher: state.member.name,
|
||||||
intro: state.qdms_inputV6,
|
intro: state.qdms_inputV6,
|
||||||
attach: state.attach,
|
attach: state.attach,
|
||||||
outline: valueHtml.value,
|
outline: valueHtml.value,
|
||||||
@@ -781,7 +781,7 @@ export default defineComponent({
|
|||||||
postData.name,
|
postData.name,
|
||||||
postData.targetUser,
|
postData.targetUser,
|
||||||
postData.categoryId,
|
postData.categoryId,
|
||||||
postData.teacherId,
|
// postData.teacherId,
|
||||||
postData.picUrl,
|
postData.picUrl,
|
||||||
postData.intro,
|
postData.intro,
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user