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