1178232204@qq.com 3 年 前
コミット
73b8e1f98c
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/js/index.js

+ 1 - 0
src/js/index.js

@@ -444,6 +444,7 @@ function getOwnDept() {
     if (data.code == 0) {
       let result = data.data
       setCookie("deptList", JSON.stringify(result))
+      JSON.parse(localStorage.setItem('deptList',JSON.stringify(result)))
     }
   })
   // }