From af894679bd1b6dcdf0861ba3417fc3f922b5b860 Mon Sep 17 00:00:00 2001 From: liangkun Date: Wed, 23 Feb 2022 10:00:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=90=8C=E7=85=A4=E7=82=AD=E6=A0=A1?= =?UTF-8?q?=E5=8A=9E=E6=94=B6=E6=96=87=E5=85=9A=E5=8A=9E=E6=94=B6=E6=96=87?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=B5=81=E7=A8=8B=E4=BB=BB=E5=8A=A1=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=A0=87=E9=A2=98=E9=95=BF=E5=BA=A6=E8=B6=85=E9=95=BF?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/EducationalAdministration/Views/Dispatch/Index.js | 1 + .../Areas/EducationalAdministration/Views/Dispatch/IndexXF.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 b3af62c77..dc3619854 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 @@ -299,6 +299,7 @@ var bootstrap = function ($, learun) { processId: processId, level: '1', }; + postData.title = postData.title.substring(0, 100); //learun.httpAsync('Post', top.$.rootUrl + '/LR_NewWorkFlow/NWFProcess/CreateFlow', postData, function (data) { // learun.loading(false); //}); 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 082384dda..54b290d14 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 @@ -300,8 +300,9 @@ var bootstrap = function ($, learun) { schemeCode: 'XBSW',// 线上 title: "(" + DisFrom + ") " + Reasons, processId: processId, - level: '1', + level: '1' }; + postData.title=postData.title.substring(0, 100); learun.httpAsync('Post', top.$.rootUrl + '/LR_NewWorkFlow/NWFProcess/CreateFlow', postData, function (data) { learun.loading(false); });