seimin vor 3 Jahren
Ursprung
Commit
f58ffccee1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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