修改流程
This commit is contained in:
@@ -646,6 +646,7 @@ export default {
|
||||
// }else{
|
||||
// this.qbfsForm.qcflag = 1
|
||||
// }
|
||||
this.qbfsForm.prcId = this.$route.query.prcId
|
||||
let json = JSON.stringify(this.qbfsForm);
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
taskIds: this.$route.query.taskIds,
|
||||
@@ -657,8 +658,6 @@ export default {
|
||||
if (res.success) {
|
||||
this.isSubmit = false
|
||||
if(this.qbfsForm.approvalOpinion === 0 && this.qbfsForm.standSort.indexOf("Q/QCBFC") == -1){
|
||||
json.prcId = this.$route.query.prcId
|
||||
|
||||
this.processCreateFsBuss(json)
|
||||
}
|
||||
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
||||
|
||||
Reference in New Issue
Block a user