Explorar el Código

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

hezhihong hace 1 año
padre
commit
fc6fef77d3
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  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();
     },