From a0c6a08ffcacdb7abed1874b2b9263bff84dd04b Mon Sep 17 00:00:00 2001 From: liangkun Date: Wed, 30 Dec 2020 17:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8A=A0=E7=AD=BE=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E6=97=A0=E5=A4=87=E6=B3=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js index cfc398fb0..441be0fae 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js @@ -778,8 +778,9 @@ var bootstrap = function ($, learun) { // 审批流程 learun.loading(true, '流程加签...'); var postData = { - //des: formdata.des, - des: $('#des').val(), + des: formdata.des, + //liangkun 2020-12-30改 第一次加签的时候没取到备注 + //des: $('#des').val(), userId: formdata.auditorId, processId: nwflow.processId, taskId: nwflow.taskId