onShow
This commit is contained in:
@@ -237,11 +237,13 @@ export default {
|
||||
},
|
||||
},
|
||||
onLoad(options) {
|
||||
document.title = '审批详情'
|
||||
this.objid = options.id
|
||||
this.listType = options.listType
|
||||
this.getDetail()
|
||||
},
|
||||
onShow() {
|
||||
document.title = '审批详情'
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
objid: '',
|
||||
|
||||
Reference in New Issue
Block a user