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 fb1498fd8..d7de85a9a 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 @@ -71,6 +71,7 @@ var bootstrap = function ($, learun) { // 初始化 init: function () { + $("#des").attr('isvalid', 'no'); switch (type) { case 'look': // 流程信息查看 nwflow.initLook(); @@ -85,9 +86,11 @@ var bootstrap = function ($, learun) { nwflow.initAgainCreate(); break; case 'audit':// 审批 + $("#des").attr('isvalid', 'yes'); nwflow.initAudit(); break; case 'signAudit':// 加签审批 + $("#des").attr('isvalid', 'yes'); nwflow.initSignAudit(); break; case 'refer': // 查阅