fix:邀请审核参数传递修改

This commit is contained in:
wyx
2023-02-17 21:36:28 +08:00
parent a90c667b2d
commit eb2390dea2
2 changed files with 6 additions and 5 deletions

View File

@@ -1521,7 +1521,7 @@ import ProjCheckShip from "../../components/drawers/ProjCheckPower";
import AssessmentList from "../../components/drawers/AssessmentList.vue"; import AssessmentList from "../../components/drawers/AssessmentList.vue";
import { import {
list, list,
edit, // edit,
detail, detail,
// detailPlan, // detailPlan,
handle, handle,

View File

@@ -759,16 +759,17 @@ export default {
console.log('我是邀请审核得传递参数',{ console.log('我是邀请审核得传递参数',{
"inviteContent": state.valueSuggInvitation, "inviteContent": state.valueSuggInvitation,
"offcourseId": state.inviteReview.offcourseId, "offcourseId": state.inviteReview.offcourseId,
"teacherId": state.inviteReview.teacherId, "teacherId": state.memberValue.value,
"teacherName": state.inviteReview.teacherName "teacherName": state.memberValue.label
}) })
inviteAudit({ inviteAudit({
"inviteContent": state.valueSuggInvitation, "inviteContent": state.valueSuggInvitation,
"offcourseId": state.inviteReview.offcourseId, "offcourseId": state.inviteReview.offcourseId,
"teacherId": state.inviteReview.teacherId, "teacherId": state.memberValue.value,
"teacherName": state.inviteReview.teacherName "teacherName": state.memberValue.label
}).then((res) => { }).then((res) => {
console.log(res) console.log(res)
getFaceList();
state.courInvitationAuditModal = false; state.courInvitationAuditModal = false;
}).catch(err=>{ }).catch(err=>{
console.log(err) console.log(err)