Explorar el Código

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

jbb hace 2 años
padre
commit
5d356e22e5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
     },