【修改】增加权限

This commit is contained in:
zhoulingpo
2023-05-23 11:53:04 +08:00
parent d4735589ef
commit e4e643bebd
2 changed files with 79 additions and 35 deletions
+8
View File
@@ -10,6 +10,14 @@ export function reportUploadPicFile (data) {
})
}
export default {
// 修改上传人
changeUploader (data) {
return request({
url: '/api/report/changeUploader',
method: 'post',
data: data
})
},
// 日志列表
reportLogList (data) {
return request({