From cca5b9fc3eb322f16e8d15338a90a80f8fe29a05 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 15 Aug 2022 11:59:41 +0800
Subject: [PATCH] 查询去掉deptId

---
 src/views/traceability/recovery.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/traceability/recovery.vue b/src/views/traceability/recovery.vue
index 52cc5ac..a2b46c2 100644
--- a/src/views/traceability/recovery.vue
+++ b/src/views/traceability/recovery.vue
@@ -273,7 +273,7 @@
     },
     onLoad(page, params = {}) {
       params['tenantId'] = this.userInfo.tenant_id;
-      params['deptId'] = this.userInfo.dept_id;
+      // params['deptId'] = this.userInfo.dept_id;
       this.loading = true;
       getList(
         page.currentPage,

--
Gitblit v1.9.3