mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
Added DepartmentManagement
This commit is contained in:
@@ -155,7 +155,7 @@ export const useNoticeStore = defineStore('notice', {
|
||||
})
|
||||
},
|
||||
async selectDepartment() {
|
||||
await request.get('/department').then((response) => {
|
||||
await request.get('/department/user').then((response) => {
|
||||
this.departmentList = response.data.data
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user