소스 검색

wx-service

seimin 3 년 전
부모
커밋
f58ffccee1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/newIncident.vue

+ 1 - 1
src/views/newIncident.vue

@@ -1123,7 +1123,7 @@ export default {
1123 1123
         "2020年4月25日14:09:29"
1124 1124
       );
1125 1125
       //服务台生成事件
1126
-      if (this.$route.params.data.id) {
1126
+      if (this.$route.params.data && this.$route.params.data.id) {
1127 1127
         that.modelData.flow = this.$route.params.data.id;
1128 1128
       }
1129 1129
       that.$http