Commit 3729cd23 authored by youjie's avatar youjie

no message

parent bd7d7333
......@@ -505,8 +505,8 @@
deep: true,
immediate: true,
handler(newVal) {
if (newVal && newVal.OrderId !== this.addMsg.OrderId) {
this.addMsg.OrderId = newVal.OrderId;
if (newVal && newVal.orderId !== this.addMsg.OrderId) {
this.addMsg.OrderId = newVal.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