【修改】到账开票第一次审核会议 url为空的bug

This commit is contained in:
fengachen
2022-07-25 15:45:08 +08:00
parent eb819e3b80
commit d3761159e6
@@ -226,15 +226,20 @@ export default {
methods: {
open(record, signUp) {
this.form.resetFields()
this.visible = true
this.signUpPersonId = this.situationId ? this.situationId : record.id
this.querySingUpUserInfo()
// 控制行程信息显示 审核凭证不显示
this.checkSignBool = signUp || false
let meetingType = this.meetingType ? this.meetingType+'' :this.$route.query.meetingType
// prop meetingType 第一次传进来值拿不到
if(Object.prototype.hasOwnProperty.call(record,'meetingType')){
meetingType = record.meetingType + ''
}
// 会议类型不同 url不同
this.url = Object.assign({}, this.createUrlByMeetingType(meetingType))
console.log(record)
this.visible = true
console.log( this.url,this.url)
},
close() {
this.$emit('close')