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