【bug】修改会议联系人新增后编辑不显示的bug
This commit is contained in:
@@ -572,6 +572,12 @@ export default {
|
||||
} else {
|
||||
this.QRcodeBool = true
|
||||
}
|
||||
if(this.model.meetingContactsList.length === 0){
|
||||
this.model.meetingContactsList = [{
|
||||
meetingContactsId: undefined,
|
||||
meetingContactsPhone: undefined
|
||||
}]
|
||||
}
|
||||
} else {
|
||||
this.title = '新增会议'
|
||||
// 所有的会议都显示酒店联系人
|
||||
|
||||
Reference in New Issue
Block a user