This commit is contained in:
changjinpeng
2022-03-18 14:37:20 +08:00
parent 55484d2a53
commit e0a5747090

View File

@@ -243,9 +243,11 @@ export default {
},
},
onLoad(options) {
this.objid = options.id
this.listType = options.listType
this.getDetail()
this.$dict.load('hbDepartment', 'listApprovalStatusHb').then(() => {
this.objid = options.id
this.listType = options.listType
this.getDetail()
})
},
onShow() {
document.title = '审批详情'