|
@ -332,6 +332,7 @@ onMounted(async () => { |
|
|
let arr = [] |
|
|
let arr = [] |
|
|
list.forEach((item, index) => { |
|
|
list.forEach((item, index) => { |
|
|
let obj = { |
|
|
let obj = { |
|
|
|
|
|
code: item.code, |
|
|
inspectionCode: item.inspectionCode, |
|
|
inspectionCode: item.inspectionCode, |
|
|
description: item.description, |
|
|
description: item.description, |
|
|
inspectionCharCode: item.inspectionCharCode, |
|
|
inspectionCharCode: item.inspectionCharCode, |
|
|