@@ -1089,6 +1089,10 @@ export default {
that.selectHouseNumber,
"2020年4月25日14:09:29"
);
+ //服务台生成事件
+ if(this.$route.params.data.id){
+ that.modelData.flow = this.$route.params.data.id;
+ }
that.$http
.post("/service/bpm/bpm/start/bpm_incident", that.modelData)
.then(function(res) {