Browse Source

用户管理所在企业添加企业提示文字修改

hangb 7 years ago
parent
commit
e0ccdbc3d6

+ 1 - 1
sso-manage-console-web/src/components/accounts/users/UserOfEnterprise.vue

@@ -261,7 +261,7 @@
             if (enterpriseList && enterpriseList.length > 0) {
               this.bindUserInfo = enterpriseList[0]
             } else {
-              this.$message.info('没有找到对应非当前企业的用户信息!')
+              this.$message.info('没有找到对应非当前用户的企业信息!')
             }
           })
           .catch(error)