会议活动详情接口参数修改

This commit is contained in:
fengachen
2021-10-16 23:25:41 +08:00
parent ecbfc3c0c1
commit b5487f23d7
+2 -1
View File
@@ -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
}