Commit 9a11d68b authored by kangzhenfei's avatar kangzhenfei

produce-list

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