按钮
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user