29319
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user