走访核实
疑似风险
@@ -124,9 +124,14 @@
-
-
走访核实
-
处理结果
+
+ 走访核实
+
+
+
+
+
+ 处理结果
@@ -152,7 +157,11 @@ export default {
this.tabIndex = o.tabIndex;
this.getDetail()
this.getCheckType()
+ uni.$on('update',()=>{
+ this.getDetail()
+ })
})
+
},
methods: {
previewImage(images, img) {
diff --git a/src/apps/AppWarningMonitoring/result.vue b/src/apps/AppWarningMonitoring/result.vue
index ca28463c..d9d6609a 100644
--- a/src/apps/AppWarningMonitoring/result.vue
+++ b/src/apps/AppWarningMonitoring/result.vue
@@ -57,6 +57,7 @@ export default {
},
methods: {
submit() {
+
if(!this.operation) {
return this.$u.toast('请选择处理意见')
}