Commit 6c07d04f authored by guoyou's avatar guoyou

创建租车订单

parent 7e4a993e
......@@ -334,8 +334,8 @@ export default {
this.$refs[formName].validate(valid => {
if (valid) {
let params = {
startCompanyIds: this.listQuery.startCompanyIds,
endCompanyIds: this.listQuery.endCompanyIds,
startCompanyId: this.listQuery.startCompanyIds,
endCompanyId: this.listQuery.endCompanyIds,
startDateTamp: this.listQuery.time[0].getTime(),
endDateTamp: this.listQuery.time[1].getTime(),
limit: 100,
......
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