Преглед на файлове

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

hezhihong преди 1 година
родител
ревизия
fc6fef77d3
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  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();
     },