Browse Source

wx-service

seimin 3 years ago
parent
commit
f58ffccee1
1 changed files with 1 additions and 1 deletions
  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