| | |
| | | import request from '@/utils/request' |
| | | |
| | | |
| | | // 查询【请填写功能名称】列表 |
| | | export function listArchiverecordstouserStatistic(query) { |
| | | return request({ |
| | | url: '/system/archiverecordstouser/listArToUser', |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | // 查询【请填写功能名称】列表 |
| | | export function listArchiverecordstouser(query) { |
| | | return request({ |
| | |
| | | params: data |
| | | }) |
| | | } |
| | | // 删除【请填写功能名称】 |
| | | export function delArchiverecordstouserByReIdAndUid(data) { |
| | | return request({ |
| | | url: '/system/archiverecordstouser/deleteByRidUid', |
| | | method: 'delete', |
| | | params: data |
| | | }) |
| | | } |
| | | //判断是否已经授权 |
| | | export function getArchiverecordstouserByReIdAndUid(data) { |
| | | return request({ |
| | | url: '/system/archiverecordstouser/getByRidUid', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |