新增会议参数修改

This commit is contained in:
fengachen
2021-09-03 11:19:43 +08:00
parent f7df178fea
commit b06dbd233a
2 changed files with 67 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
import {getAction} from "@api/manage";
// 通过用户id获取用户信息
const getUserInfo = (params) => getAction('/sys/user/queryById',params)
export {
getUserInfo
}