Selaa lähdekoodia

Merge branch 'feature_20250819_图像识别连拍' into dev(uat)

zhujindu 4 kuukautta sitten
vanhempi
commit
8d34b6c11e
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      src/views/agentList/visitTask.vue

+ 5 - 5
src/views/agentList/visitTask.vue

@@ -3871,7 +3871,7 @@ export default {
               .collectionItems[this.childIndex].collectionOptionList[this.childIndex2]
               .collectionItems[this.childIndex3].collectionOptionList[this.childIndex4]
               .collectionItems[this.childIndex5];
-          let fileInfoList = fileInfoList.concat(val.fileInfoList);
+          let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
           this.$set(collectionItems, 'fileInfoList', fileInfoList);
         }
       }
@@ -3908,7 +3908,7 @@ export default {
               .collectionItems[this.childIndex3].collectionOptionList[this.childIndex4]
               .collectionItems[this.childIndex5].collectionOptionList[this.childIndex6]
               .collectionItems[this.childIndex7];
-          let fileInfoList = fileInfoList.concat(val.fileInfoList);
+          let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
           this.$set(collectionItems, 'fileInfoList', fileInfoList);
         }
       }
@@ -3957,7 +3957,7 @@ export default {
                 this.collectionItemList[this.indeximg].collectionOptionList[childi].collectionItems[
                   this.childIndex
                 ];
-              let fileInfoList = fileInfoList.concat(val.fileInfoList);
+              let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
               this.$set(collectionItems, 'fileInfoList', fileInfoList);
             }
           }
@@ -3976,7 +3976,7 @@ export default {
             );
           } else {
             let collectionItems = this.collectionItemList[this.indeximg];
-            let fileInfoList = fileInfoList.concat(val.fileInfoList);
+            let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
             this.$set(collectionItems, 'fileInfoList', fileInfoList);
           }
         }
@@ -4004,7 +4004,7 @@ export default {
             this.collectionItemList[this.indeximg].collectionOptionList[this.childIndex1]
               .collectionItems[this.childIndex].collectionOptionList[this.childIndex2]
               .collectionItems[this.childIndex3];
-          let fileInfoList = fileInfoList.concat(val.fileInfoList);
+          let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
           this.$set(collectionItems, 'fileInfoList', fileInfoList);
         }
       }