소스 검색

Merge branch 'feature_20250811_拜访拍照任务连拍' into uat(dev)

zhujindu 3 달 전
부모
커밋
1906f2e030
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/deviceWithin/addStoreVisit.vue

+ 2 - 2
src/views/deviceWithin/addStoreVisit.vue

@@ -3173,7 +3173,7 @@ export default {
     this.inspectionType = this.$route.query.inspectionType;
     // this.photoIdentifyType = this.$route.query.photoIdentifyType;
     this.storeGroupId = this.$route.query.storeGroupId + '';
-    if (this.$route.query.photoType != null) {
+    if (this.$route.query.photoType && this.$route.query.photoType != null) {
       this.indexselect = 0;
     } else {
       this.indexselect = 1;
@@ -3210,7 +3210,7 @@ export default {
     this.inspectionType = this.$route.query.inspectionType;
     // this.photoIdentifyType = this.$route.query.photoIdentifyType;
     this.storeGroupId = this.$route.query.storeGroupId + '';
-    if (this.$route.query.photoType != null) {
+    if (this.$route.query.photoType && this.$route.query.photoType != null) {
       this.indexselect = 0;
     } else {
       this.indexselect = 1;