瀏覽代碼

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