+
走访核实
处理结果
diff --git a/src/apps/AppWarningMonitoring/result.vue b/src/apps/AppWarningMonitoring/result.vue
index 1a0c9ef4..ca28463c 100644
--- a/src/apps/AppWarningMonitoring/result.vue
+++ b/src/apps/AppWarningMonitoring/result.vue
@@ -4,12 +4,12 @@
*
- 处理意见
- 处理结果
+ 处理意见
+ 处理结果
@@ -73,6 +73,7 @@ export default {
}).then(res => {
if (res.code == 0) {
this.$u.toast('提交成功')
+ uni.$emit('update')
setTimeout(() => {
uni.navigateBack({delta: 2})
},600)
@@ -81,7 +82,7 @@ export default {
}
},
onShow() {
- document.title = this.checkType == 0? "处理意见":"处理结果"
+ document.title = this.checkType == 1? "处理意见":this.checkType == 2? "处理结果": ''
}
}