浏览代码

流程选择个人章调整

Tony Kang 7 月之前
父节点
当前提交
46ed466c8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/report/js/rpt_signature.js

+ 1 - 1
app/public/report/js/rpt_signature.js

@@ -1304,7 +1304,7 @@ let rptSignatureHelper = {
         const imgSrc= $('.stamp-img.card-gk-active').find('.img-fluid').data('src');
         const privateStampRoleName=$('.privateStampRoleName').data('name');
         const targetNode= ROLE_REL_LIST.find(item=>item.signature_name==privateStampRoleName);
-        if (targetNode.type = '流程') {
+        if (targetNode.type === '流程') {
             const flowIndex = +($('.privateStampFlowIndex').data('name'));
             targetNode.assFlowInfos[flowIndex].private_stamp_path = imgSrc;
         } else {