Merge branch 'zhoulingpo'

# Conflicts:
#	src/views/Report/ReportList.vue
This commit is contained in:
zhoulingpo
2023-04-26 09:54:53 +08:00
6 changed files with 73 additions and 27 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ labelUpdate(data){
// 报告列表
reportList (data) {
return request({
url: '/api/report/list',
url: '/api/report/page',
method: 'POST',
data
})