Commit c7ec8c3b authored by youjie's avatar youjie

no message

parent 00bb4598
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
<script> <script>
import OrderList from './OrderList.vue'; import OrderList from './OrderList.vue';
export default { export default {
props:['pagesTitle','type'], props:['pagesTitle','type','OrderId'],
components: { OrderList }, components: { OrderList },
data() { data() {
return { return {
...@@ -210,6 +210,10 @@ ...@@ -210,6 +210,10 @@
this.msg.OrderType = val this.msg.OrderType = val
this.GetList() this.GetList()
}, },
OrderId(val,oldval){
this.msg.OrderId = val
this.GetList()
},
}, },
methods: { methods: {
getEmployee() { //员工 getEmployee() { //员工
......
...@@ -309,7 +309,7 @@ ...@@ -309,7 +309,7 @@
<script> <script>
import OrderList from './BookAcar/components/tripBusOrderList.vue'; import OrderList from './BookAcar/components/tripBusOrderList.vue';
export default { export default {
props:['pagesTitle'], props:['pagesTitle','OrderId'],
data() { data() {
return { return {
Title: '', Title: '',
...@@ -395,7 +395,10 @@ ...@@ -395,7 +395,10 @@
watch: { watch: {
pagesTitle(val,oldval){ pagesTitle(val,oldval){
this.Title = val this.Title = val
} },
OrderId(val,oldval){
this.msg.OrderId = val
},
}, },
methods: { methods: {
clickCancel(item){ clickCancel(item){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment