Browse Source

1、园区重点项目:列表搜索点击重置,没有重置搜索表单的问题

hezhihong 1 year ago
parent
commit
fc6fef77d3
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/ARTICLE/index.vue

+ 4 - 2
src/views/ARTICLE/index.vue

@@ -326,8 +326,10 @@ export default {
     },
     /** 重置按钮操作 */
     resetQuery() {
-      this.queryParams.least = null
-      this.queryParams.most = null
+      this.queryParams.atvName = null;
+      this.queryParams.scale = null;
+      this.queryParams.least = null;
+      this.queryParams.most = null;
       this.resetForm("queryForm");
       this.handleQuery();
     },