Commit 9fef6107 authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt

parents f73bf79b f0f4def6
......@@ -60,20 +60,19 @@ export default {
return {
orderTitle: "进度汇报",
orderindex: 0,
gdId: 0,
listLength: 0, //工单数量
starmodal: true,
orderlistMode: false,
functionalMode: false,
gdId: 0,
detail: null,
row:{},
odermodel: -9,
orderId: null,
row:{},
condition: []
};
},
created() {
// this.orderId = this.$route.query.orderId;
let row={}
row.id = this.$route.query.id;
row.orderId = this.$route.query.orderId;
......
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