Commit 4e2986cb authored by youjie's avatar youjie

no message

parent 87347ace
......@@ -338,7 +338,8 @@
let data = [{
path: "",
OrderId: row.OrderId,
Type: ''
Type: '',
PeriodId: this.msg.PeriodId
}]
let href
let url = this.domainManager().crmRoutingUrl;
......@@ -410,6 +411,7 @@
name: name,
query: {
OrderId: row.OrderId,
PeriodId: this.msg.PeriodId,
blank: "y",
}
});
......
......@@ -140,6 +140,7 @@
objNew: {
handler(val, oldVal) {
this.msg.OrderId = val.id?val.id:val.OrderId
this.msg.PeriodId = this.$route.query.PeriodId?this.$route.query.PeriodId:-1
},
deep: true,
immediate: true
......
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