update 属性类型新增年份选择

This commit is contained in:
赵霄
2023-09-14 14:33:04 +08:00
parent bdb9e0d18c
commit a1e4a12ff6
7 changed files with 78 additions and 6 deletions
+3
View File
@@ -32,6 +32,8 @@ const addDomesticStandard = (params) => postAction('/laws/standard/domestic/comm
const editDomesticStandard = (params) => postAction('/laws/standard/domestic/commonEdit', params)
// 国内标准-配置标准-过滤没有选中体系的数据
const getDomesticStandardNoSystem = (params) => getAction('/laws/standard/common/getStandardRightBox', params)
// 国内标准-获取详情信息
const getDomesticStandardDetail = (params) => getAction('/laws/standard/domestic/getByIdAndModule', params)
// 海外标准-获取查询条件
const getOverseasStandardSearchForm = (params) => getAction('/laws/standard/overseas/getQueryCondition', params)
@@ -60,6 +62,7 @@ export {
addDomesticStandard,
editDomesticStandard,
getDomesticStandardNoSystem,
getDomesticStandardDetail,
// 海外标准
getOverseasStandardSearchForm,