参会人编辑提交错误修改

This commit is contained in:
fengachen
2021-09-13 09:58:10 +08:00
parent 9f0d5f2c8c
commit 5ad887089d
2 changed files with 3 additions and 0 deletions
@@ -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 => {