Răsfoiți Sursa

fix: 增加通过方法获取审批人

liuc 3 luni în urmă
părinte
comite
b290464546

+ 4 - 0
src/views/flow/stFlowDesign/components/ConfigPanel/selectParticipant.vue

@@ -108,6 +108,10 @@ export default {
         {
           title: '条件判断IF(?,?,?)',
           key: 'IF({project_id}==1,[code1]|[code2],[code3]|[code4])'
+        },
+        {
+          title: '后台获取人员$GetByMethod(方法全路径)',
+          key: '$GetByMethod(com.cloud.sa.domain.FindParticipants.getUserCodes)'
         }
       ],
       modal1Visible: false,