Ver Fonte

任务查看修改

duy há 1 ano atrás
pai
commit
6b7ed67ebf
1 ficheiros alterados com 1 adições e 1 exclusões
  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)