|
|
@ -419,9 +419,10 @@ async function getTableData() {
|
|
|
|
fieldList.forEach((v) => {
|
|
|
|
fieldList.forEach((v) => {
|
|
|
|
if (userFieldList.includes(v.name)) {
|
|
|
|
if (userFieldList.includes(v.name)) {
|
|
|
|
let locationobj = { address: '' }
|
|
|
|
let locationobj = { address: '' }
|
|
|
|
if (v.name == 'location') {
|
|
|
|
|
|
|
|
|
|
|
|
if (v.name == 'location'&& taskDetailInfo.value.ocrPicture[v.name]!=null&& taskDetailInfo.value.ocrPicture[v.name]!="null") {
|
|
|
|
locationobj = JSON.parse(
|
|
|
|
locationobj = JSON.parse(
|
|
|
|
taskDetailInfo.value.ocrPicture ? taskDetailInfo.value.ocrPicture[v.name] : '{}',
|
|
|
|
taskDetailInfo.value.ocrPicture ? taskDetailInfo.value.ocrPicture[v.name] : {},
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
const item = {
|
|
|
|
const item = {
|
|
|
|