Browse Source

填报页单个上报、检查所选的流程环节处理人是否具有审批权限(三大填报页、日志列表的批量上报、首件列表的批量上报)

iZaiZaiA 2 years ago
parent
commit
84631a01be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/global/components/hc-report-modal/index.vue

+ 1 - 1
src/global/components/hc-report-modal/index.vue

@@ -220,7 +220,7 @@ const handleProcessValue = (val) => {
 
 //自定义流程任务人选择完毕
 const userTasks = ref([])
-const diyProcessUserChange = (user, userId, users) => {
+const diyProcessUserChange = (user) => {
     userTasks.value = user
 }