duy 1 жил өмнө
parent
commit
6b7ed67ebf

+ 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)