智慧农业后台管理页面
guoshilong
2022-08-15 cca5b9fc3eb322f16e8d15338a90a80f8fe29a05
查询去掉deptId
2 files modified
3 ■■■■ changed files
src/views/farmplant/farmproductstock.vue 1 ●●●● patch | view | raw | blame | history
src/views/traceability/recovery.vue 2 ●●● patch | view | raw | blame | history
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(
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,