getTabsDetail接口请求地址修改
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -43,7 +43,7 @@ export function getDataReportPage (data) { | ... | @@ -43,7 +43,7 @@ export function getDataReportPage (data) { |
| 43 | // 数据上报分页 | 43 | // 数据上报分页 |
| 44 | export function getDetail (params) { | 44 | export function getDetail (params) { |
| 45 | return request({ | 45 | return request({ |
| 46 | url: SERVER.SERVERAPI + '/rest/sjsb/DataReport/getDetail', | 46 | url: SERVER.SERVERAPI + '/rest/sjsb/DataReport/getTabsDetail', |
| 47 | method: 'get', | 47 | method: 'get', |
| 48 | params | 48 | params |
| 49 | }) | 49 | }) | ... | ... |
-
Please register or sign in to post a comment