Browse Source

record表添加exampleid字段,存放当前record下所有的样张id,以逗号拼接

zhangxike 2 months ago
parent
commit
9165222b82
1 changed files with 1 additions and 2 deletions
  1. 1 2
      utils/dataProcessor.uts

+ 1 - 2
utils/dataProcessor.uts

@@ -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) {