[update] 企标计划和企标临时权限设置联调
This commit is contained in:
@@ -19,7 +19,7 @@ const deleteTreeNode = (params) => postAction('/laws/standard/lawsTreeNode/enter
|
||||
// 发起变更
|
||||
const initChange = (params) => getAction('', params)
|
||||
// 临时权限设置
|
||||
const temporaryPermissionSet = (params) => getAction('', params)
|
||||
const temporaryPermissionSet = (params) => postAction('/laws/standard/enterprise/tempPermission', params)
|
||||
// 收藏企标
|
||||
const collectStandard = (params) => getAction('', params)
|
||||
// 分享企标
|
||||
@@ -41,7 +41,7 @@ const getRectificationPlanById = (params) => getAction('/enterprise/inspect/rect
|
||||
const initReview = (params) => getAction('', params)
|
||||
|
||||
// 企标计划-根据id获取计划详情
|
||||
const getEnterpriseStandardPlanInfoById = (params) => getAction('', params)
|
||||
const getEnterpriseStandardPlanInfoById = (params) => getAction('/enterprise/plan/detail', params)
|
||||
|
||||
export {
|
||||
getEnterpriseStandardTableHeader,
|
||||
|
||||
Reference in New Issue
Block a user