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 +-
 src/views/farmplant/farmproductstock.vue |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/farmplant/farmproductstock.vue b/src/views/farmplant/farmproductstock.vue
index 0f3f548..b7f1fad 100644
--- a/src/views/farmplant/farmproductstock.vue
+++ b/src/views/farmplant/farmproductstock.vue
@@ -1161,7 +1161,6 @@
         },
         onLoad (page, params = {}) {
             params['tenantId'] = this.userInfo.tenant_id
-            params['deptId'] = this.userInfo.dept_id
             params['farmId'] = this.$farmId
             this.getFarmListDic();
             getStrainCount(
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