fix 78429(国标、海外)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user