属性标识管理
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { getAction, postAction } from './manage.js'
|
||||
|
||||
// 属性标识管理-新增
|
||||
const addLabel = (params) => postAction('/laws/lawsLabelDatabase/add', params)
|
||||
|
||||
// 属性标识管理-编辑
|
||||
const editLabel = (params) => postAction('/laws/lawsLabelDatabase/edit', params)
|
||||
|
||||
export {
|
||||
addLabel,
|
||||
editLabel,
|
||||
}
|
||||
Reference in New Issue
Block a user