Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
553702cf
authored
2023-02-03 14:46:23 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
getTabsDetail接口请求地址修改
1 parent
72d5568a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/api/dataReport.js
src/api/dataReport.js
View file @
553702c
...
...
@@ -43,7 +43,7 @@ export function getDataReportPage (data) {
// 数据上报分页
export
function
getDetail
(
params
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/sjsb/DataReport/getDetail'
,
url
:
SERVER
.
SERVERAPI
+
'/rest/sjsb/DataReport/get
Tabs
Detail'
,
method
:
'get'
,
params
})
...
...
Please
register
or
sign in
to post a comment