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