seimin 1 년 전
부모
커밋
40233269d9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/custom/ShowPicture.vue

+ 2 - 2
src/custom/ShowPicture.vue

@@ -66,8 +66,8 @@ export default {
66 66
     },
67 67
   },
68 68
   created(){
69
-    this.getRepairImgs();
70
-    this.getHandlerImgs();
69
+    this.wxIncidentId && this.getRepairImgs();
70
+    this.processInstanceId && this.getHandlerImgs();
71 71
   }
72 72
 }
73 73
 </script>