无等级网格版合并
This commit is contained in:
@@ -69,10 +69,10 @@ export default {
|
||||
}
|
||||
if(this.status == 1) {
|
||||
url = '/app/apppreventionreturntopoverty/relieve' // 解除
|
||||
} else if (this.status == 4 || this.status == 3) {
|
||||
} else if (this.status == 4 || this.status == 3) {
|
||||
if(!this.riskType) {
|
||||
return this.$u.toast('请选择风险因素')
|
||||
}
|
||||
}
|
||||
url = `/app/apppreventionreturntopoverty/examine` // 纳入监测
|
||||
}
|
||||
} else { // 网格员
|
||||
@@ -94,7 +94,7 @@ export default {
|
||||
this.filesList = files.join(',')
|
||||
}
|
||||
|
||||
if(this.status == 0 || this.status == 3 || this.status == 4) {
|
||||
if(this.status == 0 || this.status == 3 || this.status == 4) {
|
||||
url = `/app/apppreventionreturntopoverty/examine` // 纳入监测申请
|
||||
} else {
|
||||
url = `/app/apppreventionreturntopoverty/relieve` // 消除申请
|
||||
@@ -161,4 +161,4 @@ export default {
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user