소스 검색

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();
     },