智慧农业后台管理页面
guoshilong
2022-08-15 47a27935c8c16f884f6ddcb30c3e2a97ba32e5dd
不同账号登录时显示不同农场筛选,超级管理员可以看到所有农场
2 files modified
9 ■■■■ changed files
src/page/index/top/top-search2.vue 8 ●●●● patch | view | raw | blame | history
src/views/system/user.vue 1 ●●●● patch | view | raw | blame | history
src/page/index/top/top-search2.vue
@@ -25,8 +25,14 @@
    },
    created() {
      let ids = ''
      if (!this.userInfo.role_name === "administrator") {
      console.log(this.userInfo.role_name === "administrator",3333333333)
      // if (!this.userInfo.role_name === "administrator") {
      //   ids = this.userInfo.farmId
      //   console.log(ids,111111111111)
      // }
      if (this.userInfo.role_name != "administrator") {
        ids = this.userInfo.farmId
        console.log(ids,111111111111)
      }
      let params = {
        ids : ids
src/views/system/user.vue
@@ -349,6 +349,7 @@
                  type: "tree",
                  value:"000000",
                  display:false,
                  hide:true,
                  dicUrl: "/api/blade-system/tenant/select",
                  props: {
                    label: "tenantName",