onShow
This commit is contained in:
@@ -202,7 +202,6 @@ export default {
|
||||
onLoad(query) {
|
||||
if (query.isFrom) {
|
||||
this.isFrom = true
|
||||
document.title = '风险预警详情'
|
||||
}
|
||||
uni.showLoading()
|
||||
this.$dict.load(['fpType', 'riskEliminationMethod', 'fpRiskType', 'fpYesOrNo']).then(() => {
|
||||
@@ -214,6 +213,9 @@ export default {
|
||||
this.getInfo(query.id)
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '风险预警详情'
|
||||
},
|
||||
|
||||
methods: {
|
||||
linkTo(url) {
|
||||
|
||||
Reference in New Issue
Block a user