Commit b9189978 authored by youjie's avatar youjie

修复bug

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