Ver código fonte

订单数据查询条件自动收缩

jbb 2 anos atrás
pai
commit
5d356e22e5
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/order/orderList.vue

+ 1 - 0
src/views/order/orderList.vue

@@ -304,6 +304,7 @@ export default {
     // 查询按钮
     searchQuery() {
       this.queryParam.pageNo = ''
+      this.toggleSearchStatus = false
       this.getOrderList()
       // console.log('发货状态', this.queryParam.dilivery)
     },