Browse Source

修改审批流配置时一个审批节点多选人审批

Renxy 2 years ago
parent
commit
0afedb4466
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/Flow/OaDetail.js

+ 1 - 1
src/pages/Flow/OaDetail.js

@@ -100,7 +100,7 @@ const OaDetail = () => {
           arr.push(
             ...leaderData.slice(0, item[0].value).map((leader) => leader.ID),
           );
-        else arr.push(item[0].value);
+        else arr.push(item.map((cur) => cur.value));
       });
       let files = [],
         formData = [];