Commit 3fe22ded authored by 牛虎林's avatar 牛虎林

请求接口找不到问题解决

parent e5739657
...@@ -8,7 +8,7 @@ import { defHttp } from '@/utils/http/axios'; ...@@ -8,7 +8,7 @@ import { defHttp } from '@/utils/http/axios';
enum Api { enum Api {
//分页查询变更记录 //分页查询变更记录
GetList = '/pro/change-visa/page', GetList = '/pro/change-visa/page',
changeSignatureGetList = 'pro/reportCenter/change-visa/list', changeSignatureGetList = '/pro/reportCenter/change-visa/list',
//根据id查询详情 //根据id查询详情
GetDetail = '/pro/change-visa/find-byid', GetDetail = '/pro/change-visa/find-byid',
//新增 //新增
......
...@@ -116,5 +116,5 @@ export const biddingPlanColumns = [ ...@@ -116,5 +116,5 @@ export const biddingPlanColumns = [
width: 180, width: 180,
}, },
]; ];
export const exportUrl ="pro/reportCenter/change-visa/export-change" export const exportUrl ="/pro/reportCenter/change-visa/export-change"
...@@ -89,5 +89,5 @@ export const biddingPlanColumns = [ ...@@ -89,5 +89,5 @@ export const biddingPlanColumns = [
export const exportUrl ="pro/reportCenter/settlement/export-settlement" export const exportUrl ="/pro/reportCenter/settlement/export-settlement"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment