mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 17:26:46 +08:00
讲师管理bug
This commit is contained in:
@@ -536,7 +536,7 @@ const getTableDate = (obj) => {
|
||||
})
|
||||
}
|
||||
const downOpen = () => {
|
||||
alert('没有接口')
|
||||
window.open(`/manageApi/admin/export/exportTeacherAffiliation?name=${state.searchParam.name || ''}`)
|
||||
}
|
||||
const addContentData = () => {
|
||||
state.showContent = true
|
||||
@@ -555,7 +555,8 @@ const getTableDate = (obj) => {
|
||||
label: item.userName + item.userNo,
|
||||
value: item.userId,
|
||||
realName: item.userName,
|
||||
...item
|
||||
...item,
|
||||
id: item.userId
|
||||
};
|
||||
});
|
||||
state.formParam.actValue = state.formParam.actArray.map(item => item.label).join(',');
|
||||
|
||||
Reference in New Issue
Block a user