+
liuyg
2021-11-23 9463b966d52d63e2dc78fc636cb2e7bc859f92d5
+
1 files modified
12 ■■■■■ changed files
src/views/securityGuard/securityGuard.vue 12 ●●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue
@@ -2251,6 +2251,18 @@
      roleIds.forEach((roleId) => {
        getRoleDetail(roleId).then((res) => {
          var roleAlias = res.data.data.roleAlias;
          if (roleAlias == "保安公司管理员") {
            that.option.group[1].column[4].dicData = [
              {
                label: "是",
                value: "1",
              },
              {
                label: "否",
                value: "2",
              },
            ];
          }
          if (
            roleAlias == "保安公司管理员" ||
            roleAlias == "保安" ||