update 国内标准-收藏

This commit is contained in:
赵霄
2023-09-12 18:00:03 +08:00
parent 5fab579e09
commit c65b0bc917
3 changed files with 32 additions and 9 deletions
+3
View File
@@ -10,6 +10,8 @@ const getDomesticStandardDocumentInfo = (params) => getAction('/laws/standard/do
const getDomesticStandardTableHeader = (params) => getAction('/laws/standard/domestic/getCommonHeader', params)
// 国内标准法规-收藏
const collectionDomesticStandard = (params) => postAction('/personal/lawsStandardCollection/domestic/add', params)
// 国内标准法规-取消收藏
const cancelCollectionDomesticStandard = (params) => postAction('/personal/lawsStandardCollection/domestic/delete', params)
// 国内标准法规-分享
const shareDomesticStandard = (params) => postAction('/personal/lawsStandardSharing/domestic/add', params)
// 国内标准-体系新增
@@ -41,6 +43,7 @@ export {
getDomesticStandardDocumentInfo,
getDomesticStandardTableHeader,
collectionDomesticStandard,
cancelCollectionDomesticStandard,
shareDomesticStandard,
addDomesticSystemTree,
editDomesticSystemTree,