标题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user