소스 검색

检查计划

luojun 2 년 전
부모
커밋
c9d14afcea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/check/index.vue

+ 1 - 1
src/views/check/index.vue

@@ -487,7 +487,7 @@ export default {
     /** 重置按钮操作 */
     resetQuery() {
       this.resetForm("search");
-      this.queryParams.orgId = undefined;
+      // this.queryParams.orgId = undefined;
       // this.$refs.tree.setCurrentKey(null);
       this.getList();
     },