会议活动详情接口参数修改
This commit is contained in:
@@ -192,6 +192,7 @@ export default {
|
||||
})
|
||||
// 查询参会人的信息
|
||||
getSingUpUserInfo({id:param.situationId}).then(res => {
|
||||
debugger
|
||||
if(res.success){
|
||||
this.situationInfo = res.result
|
||||
}
|
||||
@@ -202,7 +203,7 @@ export default {
|
||||
this.model = Object.assign({},param)
|
||||
// 会议进来的查询参会人信息
|
||||
|
||||
getSingUpUserInfo({id:param.id}).then(res => {
|
||||
getSingUpUserInfo({id:param.situationId}).then(res => {
|
||||
if(res.success){
|
||||
this.situationInfo = res.result
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user