seimin 1 year ago
parent
commit
40233269d9
1 changed files with 2 additions and 2 deletions
  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>