zhujindu il y a 6 heures
Parent
commit
41f0199846
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/deviceWithin/taskPhotoTaking.vue

+ 1 - 1
src/views/deviceWithin/taskPhotoTaking.vue

@@ -303,7 +303,7 @@ export default {
         storeGroupId: this.$route.query.storeGroupId,
         storeGroupId: this.$route.query.storeGroupId,
         visitsId: this.visitsId,
         visitsId: this.visitsId,
         taskList: this.taskIds.split(',').map((val) => Number(val)),
         taskList: this.taskIds.split(',').map((val) => Number(val)),
-        insert: true,
+        insert: this.insert,
         collectionAnswers: [],
         collectionAnswers: [],
         checkUnManage: 'N',
         checkUnManage: 'N',
         deviceCode: '',
         deviceCode: '',