diff --git a/src/views/mtm/route_show.vue b/src/views/mtm/route_show.vue
index 6a816a5b..f37692e7 100644
--- a/src/views/mtm/route_show.vue
+++ b/src/views/mtm/route_show.vue
@@ -65,7 +65,7 @@
-
+
@@ -92,7 +92,8 @@ export default {
20: "单个",
},
form: {
- ticket: null
+ ticket: null,
+ ticket_: null,
},
nodes: [],
edges: [],
diff --git a/src/views/ofm/booking_form.vue b/src/views/ofm/booking_form.vue
index ae78da3a..e97bcd3c 100644
--- a/src/views/ofm/booking_form.vue
+++ b/src/views/ofm/booking_form.vue
@@ -50,7 +50,7 @@
-
+
@@ -102,6 +102,7 @@ export default {
mdate: "",
title: "",
slots: [],
+ ticket_: null
},
//验证规则
rules: {
diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue
index 330cd0d8..69b9f04b 100644
--- a/src/views/wpm_gx/handover_form.vue
+++ b/src/views/wpm_gx/handover_form.vue
@@ -195,7 +195,7 @@
-
+
@@ -256,7 +256,8 @@ export default {
recive_user: null,
recive_mgroup: null,
handoverb:[],
- ticket:null
+ ticket:null,
+ ticket_:null
},
initForm:{},
selectObjIds:[],