update 国内标准体系联调、车型项目库详情、用户新增编辑开启工号字段

This commit is contained in:
赵霄
2023-09-12 16:23:13 +08:00
parent 7b56d2e753
commit f6eacc1bcd
17 changed files with 729 additions and 323 deletions
+6 -3
View File
@@ -13,15 +13,17 @@ const collectionDomesticStandard = (params) => postAction('', params)
// 国内标准法规-分享
const shareDomesticStandard = (params) => postAction('', params)
// 国内标准-体系新增
const addDomesticSystemTree = (params) => postAction('', params)
const addDomesticSystemTree = (params) => postAction('/laws/standard/lawsTreeNode/domestic/add', params)
// 国内标准-体系编辑
const editDomesticSystemTree = (params) => postAction('', params)
const editDomesticSystemTree = (params) => postAction('/laws/standard/lawsTreeNode/domestic/edit', params)
// 国内标准-体系删除
const deleteDomesticSystemTree = (params) => postAction('', params)
const deleteDomesticSystemTree = (params) => postAction('/laws/standard/lawsTreeNode/domestic/delete', params)
// 国内标准-配置标准
const configDomesticStandard = (params) => postAction('', params)
// 国内标准-移出标准
const removeDomesticStandard = (params) => postAction('', params)
// 国内标准-获取体系树
const getDomesticStandardTree = (params) => getAction('/laws/standard/lawsTreeNode/domestic', params)
// 海外标准-获取查询条件
const getOverseasStandardSearchForm = (params) => getAction('/laws/standard/overseas/getQueryCondition', params)
@@ -45,6 +47,7 @@ export {
deleteDomesticSystemTree,
configDomesticStandard,
removeDomesticStandard,
getDomesticStandardTree,
// 海外标准
getOverseasStandardSearchForm,