|
|
@@ -333,7 +333,7 @@ export default { |
|
|
|
schemeCode: this.code, |
|
|
|
processId: this.processId, |
|
|
|
} |
|
|
|
const url = 'learun/adms/newwf/create' |
|
|
|
const url = 'learun/adms/newwf/createnoform' |
|
|
|
const tips = `流程发起失败` |
|
|
|
this.HTTP_POST(url, postData, tips).then(success => { |
|
|
|
this.HIDE_LOADING() |
|
|
@@ -387,7 +387,7 @@ export default { |
|
|
|
schemeCode: this.code, |
|
|
|
processId: this.processId, |
|
|
|
} |
|
|
|
const url = 'learun/adms/newwf/create' |
|
|
|
const url = 'learun/adms/newwf/createnoform' |
|
|
|
const tips = `流程发起失败` |
|
|
|
this.HTTP_POST(url, postData, tips).then(success => { |
|
|
|
this.HIDE_LOADING() |
|
|
@@ -404,7 +404,7 @@ export default { |
|
|
|
return |
|
|
|
} |
|
|
|
this.LOADING('正在提交...') |
|
|
|
this.HTTP_POST('learun/adms/purchaseedu/submit', {Id:this.id,ProcessId:this.processId} , '提交失败').then( |
|
|
|
this.HTTP_POST('learun/adms/purchaseedu/submit', {Id:this.id, ProcessId:this.processId} , '提交失败').then( |
|
|
|
success => { |
|
|
|
this.HIDE_LOADING() |
|
|
|
if (!success) { |
|
|
|