This commit is contained in:
shijingjing
2022-04-26 16:39:38 +08:00
parent 2c6e79c7a9
commit 490c4c399e
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="MonitorRemoveView">
<div class="user-info" v-if="info.length">
<div class="user-info" v-if="info">
<div class="title">审核信息</div>
<div class="info">
<div class="item">
@@ -115,7 +115,7 @@ export default {
return this.$u.toast('请输入备注说明')
}
if (this.info.operationType == 0 || this.form.pass == 1) { // 申请纳入
if (this.form.pass == 1) { // 申请纳入
this.$http.post(`/app/apppreventionreturntopoverty/examine`,null,{
params: {
...this.form,
@@ -132,7 +132,7 @@ export default {
})
}
})
} else { // 申请解除
} else if (this.form.pass == 0){ // 申请解除
this.$http.post(`/app/apppreventionreturntopoverty/relieve`,null,{
params: {
...this.form,