瀏覽代碼

去掉提示“您尚未归属部门,请确认账号信息”

yuhan 9 月之前
父節點
當前提交
e3e168c5ba
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/user/LoginSelectTenant.vue

+ 5 - 5
src/views/user/LoginSelectTenant.vue

@@ -96,11 +96,11 @@ export default {
         let multi_depart = loginResult.multi_depart
         //0:无部门 1:一个部门 2:多个部门
         if(multi_depart==0){
-          this.$notification.warn({
-            message: '提示',
-            description: `您尚未归属部门,请确认账号信息`,
-            duration:3
-          });
+          // this.$notification.warn({
+          //   message: '提示',
+          //   description: `您尚未归属部门,请确认账号信息`,
+          //   duration:3
+          // });
           this.isMultiDepart = false
         }else if(multi_depart==2){
           this.visible=true