This commit is contained in:
shijingjing
2022-04-27 12:43:48 +08:00
parent d78c49aff4
commit 95ddb550e7
3 changed files with 36 additions and 27 deletions

View File

@@ -74,7 +74,7 @@ export default {
this.filesList = files.join(',')
}
if(this.status == 0) {
if(this.status == 0) { // 纳入监测
this.$http.post(`/app/apppreventionreturntopoverty/examine`, null,{
params: {
pass: this.pass,
@@ -85,7 +85,7 @@ export default {
}
}).then(res => {
if (res.code === 0) {
this.$u.toast('操作成功')
this.$u.toast('提交成功')
uni.$emit('reload')
setTimeout(() => {
uni.navigateBack({
@@ -94,7 +94,7 @@ export default {
},600)
}
})
} else {
} else { // 驳回
this.$http.post(`/app/apppreventionreturntopoverty/relieve`, null,{
params: {
pass: this.pass,
@@ -105,7 +105,7 @@ export default {
}
}).then(res => {
if (res.code === 0) {
this.$u.toast('操作成功')
this.$u.toast('提交成功')
uni.$emit('reload')
setTimeout(() => {
uni.navigateBack({