Prechádzať zdrojové kódy

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

Guos 2 týždňov pred
rodič
commit
04286eec91

+ 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();