fix:新建面授字段空值检查修改

This commit is contained in:
wyx
2023-01-13 10:39:51 +08:00
parent 1084781244
commit 0d20a1f023

View File

@@ -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,
]; ];