mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
feat:增加组织树及学员搜索
This commit is contained in:
@@ -242,10 +242,10 @@ export default {
|
||||
//获取选择考试列表
|
||||
const getManageList = () => {
|
||||
let obj = {
|
||||
"keyWord": state.inputPname,
|
||||
"pageIndex": state.pageSize,
|
||||
"pageSize": state.pageSize,
|
||||
"published": true
|
||||
keyWord: state.inputPname,
|
||||
pageIndex: state.pageSize,
|
||||
pageSize: state.pageSize,
|
||||
published: true,
|
||||
};
|
||||
api
|
||||
.queryExaminationList(obj)
|
||||
|
||||
Reference in New Issue
Block a user