Commit 515c174f by duanguohui

优化

parent 68de1740
......@@ -326,8 +326,8 @@ export default {
},
getOrderList () {
let parms = {
'endDate': this.formInline.endTime,
'starDate': this.formInline.startTime,
'endDate': this.formInline.endTime ? moment(this.formInline.endTime).format('YYYY-MM-DD HH:mm:ss') : '',
'starDate': this.formInline.startTime ? moment(this.formInline.startTime).format('YYYY-MM-DD HH:mm:ss') : '',
'tradeNo': this.formInline.orderNumber,
'type': this.formInline.type,
'userName': this.formInline.name
......
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 sign in to comment