[update 首页] 最新解读标准
This commit is contained in:
@@ -46,6 +46,10 @@ const getAdvancedSearchAll = (params) => postAction('/home/lawsHomeSearch/getAdv
|
||||
const getAdvancedSearchClause = (params) => postAction('/home/lawsHomeSearch/getAdvancedSearchClause', params)
|
||||
// 高级检索-导出
|
||||
const exportAdvancedSearch = (params) => postDownFile('/home/lawsHomeSearch/advancedSearchExportExcel', params)
|
||||
|
||||
// 最新入库标准
|
||||
const getHomeNewStandard = (params) => getAction('/process/standardInterpretFlow/homeNewestStandardInterpret', params)
|
||||
|
||||
export {
|
||||
getSearchHistoryData,
|
||||
deleteSearchHistoryById,
|
||||
@@ -67,5 +71,6 @@ export {
|
||||
exportGeneralSearch,
|
||||
getAdvancedSearchAll,
|
||||
getAdvancedSearchClause,
|
||||
exportAdvancedSearch
|
||||
exportAdvancedSearch,
|
||||
getHomeNewStandard
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user