This commit is contained in:
shijingjing
2022-04-26 16:21:47 +08:00
parent bb0a0ea588
commit 2c6e79c7a9
3 changed files with 6 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ export default {
},
created() {
this.getInfo()
document.title = '审核'
},
methods: {
getInfo() {
@@ -114,7 +115,7 @@ export default {
return this.$u.toast('请输入备注说明')
}
if (this.info.operationType == 0) { // 申请纳入
if (this.info.operationType == 0 || this.form.pass == 1) { // 申请纳入
this.$http.post(`/app/apppreventionreturntopoverty/examine`,null,{
params: {
...this.form,