|
|
@@ -156,8 +156,7 @@ export const downloadDataFromAPI = async (productCode: string, callback ?: () =>
|
|
|
const createuser = record.createuser;
|
|
|
const updatetime = record.updatetime;
|
|
|
const updateuser = record.updateuser;
|
|
|
- const photoFiles_example = record.photoFiles_example;
|
|
|
- console.log(photoFiles_example);
|
|
|
+
|
|
|
let exampleList = record?.['photoFiles_example'] as UTSJSONObject[] ?? Array<UTSJSONObject>();
|
|
|
var exampleidArr = [] as string[]
|
|
|
if(exampleList!=null && exampleList.length > 0) {
|