From ac44db8382160f8e3f8218e7eab4c648feae2e0a Mon Sep 17 00:00:00 2001 From: yxq Date: Thu, 3 Aug 2023 18:01:02 +0800 Subject: [PATCH] =?UTF-8?q?app=20=E6=95=99=E5=8A=A1=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E6=8C=87=E6=B4=BE=E5=AE=A1=E6=A0=B8=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/LogisticsManagement/Purchase_Edu/single.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {