fix 78429(国标、海外)

This commit is contained in:
赵霄
2024-02-02 11:52:03 +08:00
parent fbf328fc46
commit 9b7779feb6
3 changed files with 97 additions and 4 deletions
+7 -1
View File
@@ -96,6 +96,10 @@ const deleteProfileCenterTree = (params) => postAction('/laws/dataCenter/lawsDat
// 资料中心-获取树节点树
const getProfileCenterTree = (params) => getAction('/laws/dataCenter/lawsDataCenterFolder/getTreeList', params)
// 国标、海外、企标通用接口
// 通过标准号获取信息
const getStandardInfoByStandardNumber = (params) => getAction('/laws/standard/common/getInfoByStandardNo', params)
export {
// 国内标准
getDomesticStandardSearchForm,
@@ -149,5 +153,7 @@ export {
addChildrenFolder,
editProfileCenterTree,
deleteProfileCenterTree,
getProfileCenterTree
getProfileCenterTree,
getStandardInfoByStandardNumber
}