|
|
@ -212,8 +212,6 @@ watch(
|
|
|
|
const reviewType = 3 // 类型
|
|
|
|
const reviewType = 3 // 类型
|
|
|
|
const res = await getAllfieldList(reviewType)
|
|
|
|
const res = await getAllfieldList(reviewType)
|
|
|
|
const fieldList = (res as any)?.data
|
|
|
|
const fieldList = (res as any)?.data
|
|
|
|
console.log(taskDetailInfo.value, 'taskDetailInfo')
|
|
|
|
|
|
|
|
console.log(fieldList, 'fieldList')
|
|
|
|
|
|
|
|
const showFieldData = taskDetailInfo.value.ocrPicture
|
|
|
|
const showFieldData = taskDetailInfo.value.ocrPicture
|
|
|
|
const showFieldKeys = Object.keys(showFieldData)
|
|
|
|
const showFieldKeys = Object.keys(showFieldData)
|
|
|
|
for (const i in showFieldKeys) {
|
|
|
|
for (const i in showFieldKeys) {
|
|
|
|