参会人编辑提交错误修改
This commit is contained in:
@@ -422,6 +422,7 @@ export default {
|
||||
path: '/incomePayments/meetManage/SignUpInfoEdit',
|
||||
query: {
|
||||
id:record.id,
|
||||
meetingId: this.$route.query.id,
|
||||
meetingType: this.currentMeetingInfo.meetingType,
|
||||
}
|
||||
})
|
||||
|
||||
@@ -307,6 +307,8 @@ export default {
|
||||
url = this.url.add
|
||||
}else {
|
||||
url = this.url.edit
|
||||
// 编辑的时候需要传入id
|
||||
submitData.id = this.model.id
|
||||
}
|
||||
let method = 'post'
|
||||
httpAction(url,submitData,method).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user