Browse Source

科室处理

1178232204@qq.com 3 năm trước cách đây
mục cha
commit
73b8e1f98c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)))
     }
   })
   // }