|
@@ -799,7 +799,7 @@
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
type: 'warning',
|
|
type: 'warning',
|
|
}).then(() => {
|
|
}).then(() => {
|
|
- that.audit(this.baseInfoForm,0,true,2)
|
|
|
|
|
|
+ that.audit(this.baseInfoForm,true,2)
|
|
})
|
|
})
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -807,11 +807,11 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//审核
|
|
//审核
|
|
- audit(item,status, status2, reason) {
|
|
|
|
|
|
+ audit(item,status, status2) {
|
|
posthandle({
|
|
posthandle({
|
|
taskId: item.taskId,
|
|
taskId: item.taskId,
|
|
approved: status,
|
|
approved: status,
|
|
- auditMind: reason != undefined ? '已驳回' : '34',
|
|
|
|
|
|
+ auditMind: '',
|
|
needReapply: status2 != undefined ? true : false,
|
|
needReapply: status2 != undefined ? true : false,
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|