zhujindu 3 時間 前
コミット
fc21b70344
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/views/deviceWithin/storeVisit.vue

+ 2 - 1
src/views/deviceWithin/storeVisit.vue

@@ -790,6 +790,7 @@ export default {
         }, 2000);
         localStorage.setItem('getRequestFlage', 'false');
         if (val.taskType == '5') {
+          debugger;
           this.$router.push({
             path: '/taskPhotoTaking',
             query: {
@@ -798,7 +799,7 @@ export default {
               taskIds: val.taskIds.join(','),
               storeGroupId: this.storeGroupId,
               photoType: val.photoType,
-              insert: 1,
+              insert: true,
               storeId: this.storeId,
             },
           });