Parcourir la source

任务查看修改

duy il y a 1 an
Parent
commit
6b7ed67ebf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/tasks/components/hc-data/task-review.vue

+ 1 - 1
src/views/tasks/components/hc-data/task-review.vue

@@ -207,7 +207,7 @@ const getTableDetail = async () => {
     const { taskProcessInfo, taskCenterDataInfo } = getObjValue(data)
     tableData.value = getArrValue(taskCenterDataInfo)
     flowList.value = getArrValue(taskProcessInfo)
-    if (rowInfo.value.fixedFlowId) {
+    if (rowInfo.value?.fixedFlowId) {
           const list = [...flowList.value]
         let firstarr = list.slice(0, 1)
         let taskList = list.slice(1, list.length)