bug
This commit is contained in:
@@ -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`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user