新增会议管理
This commit is contained in:
@@ -115,7 +115,7 @@ const install = (Vue, vm) => {
|
||||
},
|
||||
// 单位管理
|
||||
unit:{
|
||||
addEmployee:(params = {}) => vm.$u.post(config.adminPath+'/property/xcx/person', params),
|
||||
addEmployee:(params = {}) => vm.$u.post(config.adminPath+'/property/xcx/person/add', params),
|
||||
queryEmployeeById:(params = {}) => vm.$u.get(config.adminPath+'/property/xcx/person/'+ params.id),
|
||||
queryEmployee:(params = {}) => vm.$u.get(config.adminPath+'/property/xcx/person/list', params),
|
||||
updateEmployee:(params = {}) => vm.$u.put(config.adminPath+'/property/xcx/person', params),
|
||||
|
Reference in New Issue
Block a user