This commit is contained in:
shijingjing
2022-04-29 16:01:01 +08:00
parent 89ffe4380c
commit 7ca8c9f371

View File

@@ -76,7 +76,7 @@ export default {
url = `/app/apppreventionreturntopoverty/examine` // 纳入监测 url = `/app/apppreventionreturntopoverty/examine` // 纳入监测
} }
} else { // 网格员 } else { // 网格员
if(this.status == '0') { if(this.status == '0' || this.status == '3' || this.status == '4') {
if(!this.riskType) { if(!this.riskType) {
return this.$u.toast('请选择风险因素') return this.$u.toast('请选择风险因素')
} }