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