Browse Source

任务上报

ZaiZai 1 year ago
parent
commit
b8a824de05
2 changed files with 3 additions and 3 deletions
  1. 1 1
      public/version.json
  2. 2 2
      src/components/hc-report/hc-report.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20231227181809"
+  "value": "20231228181042"
 }

+ 2 - 2
src/components/hc-report/hc-report.vue

@@ -32,7 +32,7 @@
 
 <script setup>
 import { ref, watch } from 'vue'
-import { arrIndex, formValidate, getArrValue } from 'js-fast-way'
+import { arrIndex, arrToKey, formValidate, getArrValue } from 'js-fast-way'
 import { useAppStore } from '~src/store'
 import mainApi from '~api/tasks/flow'
 
@@ -143,7 +143,7 @@ const handleProcessValue = (val) => {
 
 //自定义流程任务人选择完毕
 const diyProcessUserChange = (user) => {
-    formModel.value.taskUserIds = user
+    formModel.value.taskUserIds = arrToKey(user, 'userId', ',')
 }
 
 //保存