Commit b9189978 authored by youjie's avatar youjie

修复bug

parent 377b4f3c
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
onLoad(options){ onLoad(options){
if(options.OrderTypeStr)this.msg.OrderTypeStr = options.OrderTypeStr if(options.OrderTypeStr)this.msg.OrderTypeStr = options.OrderTypeStr
if(options.OrderStatus)this.msg.OrderStatus = options.OrderStatus if(options.OrderStatus)this.msg.OrderStatus = options.OrderStatus
this.research()
}, },
created() { created() {
const that = this const that = this
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
}, },
}); });
this.getOrderEnums() this.getOrderEnums()
this.research()
}, },
methods:{ methods:{
getStatus(ID){ getStatus(ID){
......
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