diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Purchase_Edu/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Purchase_Edu/single.vue index ef373d0fe..fdf0f8ff0 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Purchase_Edu/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Purchase_Edu/single.vue @@ -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) {