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>