|
@ -833,7 +833,7 @@ const open = async (type: string, row?: any, masterParmas?: any, titleName?: any |
|
|
} |
|
|
} |
|
|
let arr = [] |
|
|
let arr = [] |
|
|
list.forEach((item, index) => { |
|
|
list.forEach((item, index) => { |
|
|
editableTabsValue.value = index + 1 |
|
|
// editableTabsValue.value = index + 1 |
|
|
item.name = index + 1 |
|
|
item.name = index + 1 |
|
|
console.log(item.inspectionCharacteristicsBaseVO) |
|
|
console.log(item.inspectionCharacteristicsBaseVO) |
|
|
|
|
|
|
|
@ -886,6 +886,7 @@ const open = async (type: string, row?: any, masterParmas?: any, titleName?: any |
|
|
} |
|
|
} |
|
|
arr.push(obj) |
|
|
arr.push(obj) |
|
|
}) |
|
|
}) |
|
|
|
|
|
editableTabsValue.value = 1 |
|
|
data.value.process = arr |
|
|
data.value.process = arr |
|
|
console.log(111, data.value) |
|
|
console.log(111, data.value) |
|
|
}else{ |
|
|
}else{ |
|
|