邮寄消息的bug修改
This commit is contained in:
@@ -172,7 +172,7 @@ export default {
|
||||
Bus.$emit('notice-change')
|
||||
}
|
||||
})
|
||||
const param = JSON.parse(record.busId)
|
||||
const param = record.busId ? JSON.parse(record.busId) : {}
|
||||
if (record.openType === 'component') {
|
||||
this.openPath = record.openPage
|
||||
// 将参数传入
|
||||
|
||||
Reference in New Issue
Block a user