Преглед на файлове

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

zhangxike преди 7 месеца
родител
ревизия
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) {