update AddForm、Search组件修改
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import { getAction } from './manage'
|
||||
|
||||
// 国内法规标准-获取查询条件
|
||||
const getDomesticStandardSearchForm = (params) => getAction('/laws/standard/domestic/getQueryCondition', params)
|
||||
// 国内法规标准-获取表单模型
|
||||
const getDomesticStandardFormModal = (params) => getAction('/laws/standard/domestic/getFormModel', params)
|
||||
// 国内法规标准-获取信息
|
||||
const getDomesticStandardDocumentInfo = (params) => getAction('/laws/standard/domestic/getByIdAndModule', params)
|
||||
// 国内法规标准-获取表头信息
|
||||
const getDomesticStandardTableHeader = (params) => getAction('/laws/standard/domestic/getCommonHeader', params)
|
||||
|
||||
export {
|
||||
getDomesticStandardSearchForm,
|
||||
getDomesticStandardFormModal,
|
||||
getDomesticStandardDocumentInfo,
|
||||
getDomesticStandardTableHeader
|
||||
}
|
||||
Reference in New Issue
Block a user