BUG 28608
This commit is contained in:
@@ -311,8 +311,8 @@ export default {
|
|||||||
}).catch(() => 0)
|
}).catch(() => 0)
|
||||||
},
|
},
|
||||||
handleRelieve(pass) {
|
handleRelieve(pass) {
|
||||||
let {id} = this.detail
|
let {id} = this.detail, msg = pass == 0 ? `是否继续监测对象` : `是否${isNaN(pass) ? '(申请)' : ''}解除监测对象`
|
||||||
this.$confirm(`是否${!pass ? '(申请)' : ''}解除监测对象`).then(() => {
|
this.$confirm(msg).then(() => {
|
||||||
this.instance.post("/app/apppreventionreturntopoverty/relieve", null, {
|
this.instance.post("/app/apppreventionreturntopoverty/relieve", null, {
|
||||||
params: {pass, id}
|
params: {pass, id}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user