查询接口对接

This commit is contained in:
yuekuo
2023-04-21 13:36:08 +08:00
parent e8c5cc2cc0
commit b410ddd462
2 changed files with 11 additions and 3 deletions
+8
View File
@@ -100,6 +100,14 @@ labelUpdate(data){
data
})
},
// 报告管理列表
reportListManager (data) {
return request({
url: '/api/report/list-auth',
method: 'POST',
data
})
},
// 获取报告日期列表
reportDateList (data) {
return request({