mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
fix:邀请审核参数传递修改
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user