Commit 4e2986cb authored by youjie's avatar youjie

no message

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