[update] 企业标准模块
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
import { getAction } from './manage'
|
||||
|
||||
const getEnterpriseStandardTableHeader = (params) => getAction('', params)
|
||||
const getEnterpriseStandardSearchForm = (params) => getAction('', params)
|
||||
// 获取表格头部数据
|
||||
const getEnterpriseStandardTableHeader = (params) => getAction('/laws/standard/enterprise/getCommonHeader', params)
|
||||
// 获取搜索区域数据
|
||||
const getEnterpriseStandardSearchForm = (params) => getAction('/laws/standard/enterprise/getQueryCondition', params)
|
||||
// 获取新增表单数据
|
||||
const getEnterpriseStandardAddForm = (params) => getAction('/laws/standard/enterprise/getFormModel', params)
|
||||
// 根据id获取详情
|
||||
const getEnterpriseStandardInfoById = (params) => getAction('/laws/standard/enterprise/getByIdAndModule', params)
|
||||
|
||||
export {
|
||||
getEnterpriseStandardTableHeader,
|
||||
getEnterpriseStandardSearchForm
|
||||
getEnterpriseStandardSearchForm,
|
||||
getEnterpriseStandardAddForm,
|
||||
getEnterpriseStandardInfoById
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user