浏览代码

下单时间查询后点击重置无效 bug 修改

xgb 20 小时之前
父节点
当前提交
4dc5ab726b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/live/liveOrder/index.vue

+ 2 - 2
src/views/live/liveOrder/index.vue

@@ -599,8 +599,8 @@ export default {
       // 同时清空范围选择器的值
       this.orderTimeRange = [];
       // 清空时间范围参数
-      this.queryParams.orderStartTime = null;
-      this.queryParams.orderEndTime = null;
+      this.queryParams.createTimeStart = null;
+      this.queryParams.createTimeEnd = null;
       this.handleQuery();
     },