Browse Source

fix order_list orderType

voice^2
刘嘉炜 4 years ago
parent
commit
ce647df7be
  1. 3
      src/pages/order_list/order_list.vue

3
src/pages/order_list/order_list.vue

@ -270,7 +270,7 @@
this.selectedOrderType = item.type
this.$nextTick(this.refreshList);
},300,true),
storeChange(e){
let { value } = e.detail;
let { storeList } = this;
@ -362,6 +362,7 @@
page,
page_size,
order_type,
orderType
}
if(this.orderType == "10"){ //, 0430.0507()

Loading…
Cancel
Save