Commit c7ec8c3b authored by youjie's avatar youjie

no message

parent 00bb4598
......@@ -141,7 +141,7 @@
<script>
import OrderList from './OrderList.vue';
export default {
props:['pagesTitle','type'],
props:['pagesTitle','type','OrderId'],
components: { OrderList },
data() {
return {
......@@ -210,6 +210,10 @@
this.msg.OrderType = val
this.GetList()
},
OrderId(val,oldval){
this.msg.OrderId = val
this.GetList()
},
},
methods: {
getEmployee() { //员工
......
......@@ -309,7 +309,7 @@
<script>
import OrderList from './BookAcar/components/tripBusOrderList.vue';
export default {
props:['pagesTitle'],
props:['pagesTitle','OrderId'],
data() {
return {
Title: '',
......@@ -395,7 +395,10 @@
watch: {
pagesTitle(val,oldval){
this.Title = val
}
},
OrderId(val,oldval){
this.msg.OrderId = val
},
},
methods: {
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