28339
This commit is contained in:
@@ -243,9 +243,11 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
this.objid = options.id
|
this.$dict.load('hbDepartment', 'listApprovalStatusHb').then(() => {
|
||||||
this.listType = options.listType
|
this.objid = options.id
|
||||||
this.getDetail()
|
this.listType = options.listType
|
||||||
|
this.getDetail()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '审批详情'
|
document.title = '审批详情'
|
||||||
|
|||||||
Reference in New Issue
Block a user