This commit is contained in:
shijingjing
2022-04-29 15:52:11 +08:00
parent ff7fda2b30
commit 455d0b2064
4 changed files with 19 additions and 11 deletions

View File

@@ -114,12 +114,13 @@ export default {
},
submit() {
var url = ''
var params = {
...this.form,
id: this.id,
}
if (this.type == 0) { // 纳入审核
var url = `/app/apppreventionreturntopoverty/examine`
var params = {
...this.form,
id: this.id,
}
url = `/app/apppreventionreturntopoverty/examine`
} else if (this.type == 1){ // 解除审核
url = `/app/apppreventionreturntopoverty/relieve`
}