1
0
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:
2023-06-03 07:32:34 +08:00
parent ef69337e97
commit a2c6571c0e
12 changed files with 443 additions and 17 deletions

View File

@@ -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
})
},