Commit b69b009e authored by dcy's avatar dcy

订单参数修改,时间重置

parent f5408f88
......@@ -137,7 +137,7 @@
<el-form-item>
<el-button type="primary" @click="getorderList">{{$t('搜索')}}</el-button>
<el-button type="primary" @click="()=>{
queryParams = { rows:10,page:1}; getorderList()
queryParams = { rows:10,page:1}; getorderList();rucangtime = [];
}">{{$t('重置')}}</el-button>
</el-form-item>
</el-form>
......@@ -659,8 +659,7 @@ export default {
},
//订单
getorderList(){
infoListOrderPage({customerDetailld:this.id,...this.queryParams}).then(r => {
console.log(r)
infoListOrderPage({customerDetailId:this.id,...this.queryParams}).then(r => {
if(r.code === 0){
this.orderList = r.data.list
this.orderTotal = r.data.total
......
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