ソースを参照

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

zhangxike 2 ヶ月 前
コミット
9165222b82
1 ファイル変更1 行追加2 行削除
  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) {