From 9ff0424336cfa2969a2b0fd43f8b4e30bbc2f113 Mon Sep 17 00:00:00 2001 From: edy Date: Wed, 15 Sep 2021 15:10:27 +0800 Subject: [PATCH] --- .../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 42328e471..97e76ccf8 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 @@ -238,8 +238,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 5ef70a1a0..d2a3d462d 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 @@ -237,8 +237,8 @@ var bootstrap = function ($, learun) { if (res.code == 200) { // 发起流程 var postData = { - schemeCode: 'Dispatch',// 本地 - //schemeCode: 'XBSW',// 线上 + //schemeCode: 'Dispatch',// 本地 + schemeCode: 'XBSW',// 线上 processId: processId, level: '1', };