提交 72afa34e 编写于 作者: minghao.wu's avatar minghao.wu

test: undefined

上级 9d50807b
...@@ -406,8 +406,8 @@ ...@@ -406,8 +406,8 @@
}, },
methods: { methods: {
searchList(){ searchList(){
this.searchParam.orderBeginTime = this.createRangeTime[0]; this.searchForm.orderBeginTime = this.createRangeTime[0];
this.searchParam.orderEndTime = this.createRangeTime[1]; this.searchForm.orderEndTime = this.createRangeTime[1];
console.log("searchList搜索开始") console.log("searchList搜索开始")
openLoading(this); openLoading(this);
queryOrderList(this.searchForm).then(res => { queryOrderList(this.searchForm).then(res => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册