update 国内、海外提出问题
This commit is contained in:
@@ -36,6 +36,8 @@ const getDomesticStandardNoSystem = (params) => getAction('/laws/standard/common
|
||||
const getDomesticStandardDetail = (params) => getAction('/laws/standard/domestic/getByIdAndModule', params)
|
||||
// 国内标准-获取更新记录
|
||||
const getDomesticStandardUpdateRecord = (params) => getAction('/laws/standard/domestic/getUpdateRecordList', params)
|
||||
// 国内标准-提交问题
|
||||
const submitDomesticQuestion = (params) => postAction('/laws/library/lawsProblemLibrary/addProblem/GB', params)
|
||||
|
||||
// 海外标准-获取查询条件
|
||||
const getOverseasStandardSearchForm = (params) => getAction('/laws/standard/overseas/getQueryCondition', params)
|
||||
@@ -67,6 +69,8 @@ const removeOverseasStandard = (params) => getAction('/laws/standard/overseas/re
|
||||
const addOverseasStandard = (params) => postAction('/laws/standard/overseas/commonAdd', params)
|
||||
// 海外标准-编辑标准
|
||||
const editOverseasStandard = (params) => postAction('/laws/standard/overseas/commonEdit', params)
|
||||
// 海外标准-提出问题
|
||||
const submitOverseasQuestion = (params) => postAction('/laws/library/lawsProblemLibrary/addProblem/FB', params)
|
||||
|
||||
// 动态消息-保存
|
||||
const saveDynamicMessage = (params) => postAction('/laws/standard/lawsNewsFeed/save', params)
|
||||
@@ -110,6 +114,7 @@ export {
|
||||
getDomesticStandardNoSystem,
|
||||
getDomesticStandardDetail,
|
||||
getDomesticStandardUpdateRecord,
|
||||
submitDomesticQuestion,
|
||||
|
||||
// 海外标准
|
||||
getOverseasStandardSearchForm,
|
||||
@@ -127,6 +132,7 @@ export {
|
||||
removeOverseasStandard,
|
||||
addOverseasStandard,
|
||||
editOverseasStandard,
|
||||
submitOverseasQuestion,
|
||||
|
||||
// 动态消息
|
||||
saveDynamicMessage,
|
||||
|
||||
Reference in New Issue
Block a user