fix: 消息中心无法获取部门数据

pull/102/head
Angelo 2023-07-07 13:37:58 +08:00
parent 6a7f21ad39
commit 7ee4c3a672
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ export const crudOptions = (vm) => {
return request({
url: url
}).then(ret => {
return ret.data.data
return ret.data
})
}
},