This commit is contained in:
liuye
2021-12-24 15:27:36 +08:00
parent b2af14588b
commit 931852d567
68 changed files with 186 additions and 88 deletions

View File

@@ -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) {