diff --git a/src/apps/AppWarningMonitoring/AppWarningMonitoring.vue b/src/apps/AppWarningMonitoring/AppWarningMonitoring.vue
index 89585849..ef308e8e 100644
--- a/src/apps/AppWarningMonitoring/AppWarningMonitoring.vue
+++ b/src/apps/AppWarningMonitoring/AppWarningMonitoring.vue
@@ -6,7 +6,7 @@
-
+
{{ areaName }}
diff --git a/src/apps/AppWarningMonitoring/detail.vue b/src/apps/AppWarningMonitoring/detail.vue
index 0f4c349f..38806579 100644
--- a/src/apps/AppWarningMonitoring/detail.vue
+++ b/src/apps/AppWarningMonitoring/detail.vue
@@ -58,7 +58,7 @@
-
+
走访核实
疑似风险
@@ -122,12 +122,16 @@
-
-
-
走访核实
-
处理结果
+
+ 走访核实
+
+
+
+
+
+ 处理结果
@@ -153,7 +157,11 @@ export default {
this.tabIndex = o.tabIndex;
this.getDetail()
this.getCheckType()
+ uni.$on('update',()=>{
+ this.getDetail()
+ })
})
+
},
methods: {
previewImage(images, img) {
@@ -176,7 +184,7 @@ export default {
getCheckType() {
this.$http.post('/app/appgirdmemberinfo/checkLogOnUser',null,{
params: {
- corpId: this.user.id
+ girdId: this.user.id
}
}).then((res) => {
if(res.code == 0) {
diff --git a/src/apps/AppWarningMonitoring/result.vue b/src/apps/AppWarningMonitoring/result.vue
index ca28463c..867a6f78 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('请选择处理意见')
}
@@ -89,6 +90,11 @@ export default {