소스 검색

no message

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,
             },
           });