Commit 33ec16c7 authored by youjie's avatar youjie

修复bug

parent d76b4341
......@@ -125,6 +125,8 @@
onLoad(options) {
if (options.OrderTypeStr) this.msg.OrderTypeStr = options.OrderTypeStr
if (options.OrderStatus) this.msg.OrderStatus = options.OrderStatus
},
onShow() {
this.research()
},
created() {
......
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