yijing 1 年間 前
コミット
15f740a7c0
1 ファイル変更3 行追加1 行削除
  1. 3 1
      src/views/aps_workday_schedule/schedule/index.vue

+ 3 - 1
src/views/aps_workday_schedule/schedule/index.vue

@@ -924,7 +924,9 @@ export default {
     },
     },
     /** 重置按钮操作 */
     /** 重置按钮操作 */
     resetQuery() {
     resetQuery() {
-      this.resetForm("queryForm");
+      this.queryParams.year=null;
+      this.queryParams.month=null;
+      // this.resetForm("queryForm");
       this.handleQuery();
       this.handleQuery();
     },
     },
     // 多选框选中数据
     // 多选框选中数据