干燥机配套车间生产管理系统/云平台前端
朱桂飞
2025-01-11 909d20ae348ae18a07a54068c3517ce47a2bcfc7
src/views/sys/login/LoginSelect.vue
@@ -144,6 +144,7 @@
        }
        
        let multi_depart = loginResult.multi_depart;
        console.log("loginResult::",loginResult);
        //0:无部门 1:一个部门 2:多个部门
        if (multi_depart == 0) {
          notification.warn({
@@ -262,6 +263,7 @@
       * 弹窗打开前处理
       */
      async function show(loginResult) {
        console.log("showLoginResult::", loginResult);
        if (loginResult) {
          username.value = userStore.username;
          await reset();