浏览代码

检查计划

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