[update 首页] 最新解读标准

This commit is contained in:
danshihao
2024-07-19 19:28:23 +08:00
parent 621061d7c7
commit 94ce7e0b54
5 changed files with 89 additions and 44 deletions
+6 -1
View File
@@ -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
}