瀏覽代碼

修复账户流水页面重置按钮时间控件未清空

Guos 2 周之前
父節點
當前提交
04286eec91
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/views/company/companyMoneyLogs/index.vue

+ 2 - 3
src/views/company/companyMoneyLogs/index.vue

@@ -302,14 +302,13 @@ export default {
     /** 搜索按钮操作 */
     handleQuery() {
       this.queryParams.pageNum = 1;
-
       this.getList();
     },
     /** 重置按钮操作 */
     resetQuery() {
-
-      this.resetForm("queryForm");
+      this.createTimeRange=[]
       this.dateRange=[];
+      this.resetForm("queryForm");
       this.queryParams.beginTime=null;
       this.queryParams.endTime=null;
       this.handleQuery();