讲师管理bug

This commit is contained in:
zhangsir
2024-11-28 14:09:04 +08:00
parent 4392e764c1
commit ffeab66978
3 changed files with 28 additions and 6 deletions

View File

@@ -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(',');