Explorar o código

修复自定义流程

iZaiZaiA %!s(int64=2) %!d(string=hai) anos
pai
achega
d85d8c8d19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/global/components/hc-tasks-user/index.vue

+ 1 - 1
src/global/components/hc-tasks-user/index.vue

@@ -303,7 +303,7 @@ const sureSignUserClick = () => {
             getCheckCustomFlowUserIsEVisaPermissions(flowJson, newUser, newUserId, users)
         } else {
             sureSignUserLoading.value = false
-            emit('change', [], [], '')
+            emit('change', newUser, newUserId, users)
         }
     } else {
         window.$message?.warning('请先选择任务人员,或点击取消')