From 7ca8c9f3710dfa09d690e513a1d2d5f514225433 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 29 Apr 2022 16:01:01 +0800 Subject: [PATCH] 29434 --- src/apps/AppMonitoringObject/MonitorAddView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppMonitoringObject/MonitorAddView.vue b/src/apps/AppMonitoringObject/MonitorAddView.vue index 7cc257c0..863485ab 100644 --- a/src/apps/AppMonitoringObject/MonitorAddView.vue +++ b/src/apps/AppMonitoringObject/MonitorAddView.vue @@ -76,7 +76,7 @@ export default { url = `/app/apppreventionreturntopoverty/examine` // 纳入监测 } } else { // 网格员 - if(this.status == '0') { + if(this.status == '0' || this.status == '3' || this.status == '4') { if(!this.riskType) { return this.$u.toast('请选择风险因素') }