From 732cc5cac73a93832f224c717675040985e6eb4d Mon Sep 17 00:00:00 2001 From: edy Date: Sat, 9 Oct 2021 16:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E6=96=87=E5=8F=91=E8=B5=B7=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=20=E7=BC=96=E7=A0=81=E6=9C=AC=E5=9C=B0=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E4=B8=BA=E7=BA=BF=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/EducationalAdministration/Views/Dispatch/Index.js | 4 ++-- .../Areas/EducationalAdministration/Views/Dispatch/IndexXF.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Index.js index 8c0be7315..9105b5b90 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Index.js @@ -235,8 +235,8 @@ var bootstrap = function ($, learun) { if (res.code == 200) { // 发起流程 var postData = { - schemeCode: 'Dispatch',// 本地 - //schemeCode: 'DBSW',//线上 + //schemeCode: 'Dispatch',// 本地 + schemeCode: 'DBSW',//线上 processId: processId, level: '1', }; diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/IndexXF.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/IndexXF.js index 4cc48b06b..b117a87a0 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/IndexXF.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/IndexXF.js @@ -234,8 +234,8 @@ var bootstrap = function ($, learun) { if (res.code == 200) { // 发起流程 var postData = { - schemeCode: 'Dispatch',// 本地 - //schemeCode: 'XBSW',// 线上 + //schemeCode: 'Dispatch',// 本地 + schemeCode: 'XBSW',// 线上 processId: processId, level: '1', };