Explorar o código

任务查看修改

duy hai 1 ano
pai
achega
6b7ed67ebf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)