修改试卷组别逻辑

This commit is contained in:
2023-03-02 17:58:55 +08:00
parent 5d38863f4d
commit 33b290c61f
6 changed files with 324 additions and 150 deletions

View File

@@ -49,6 +49,9 @@ async function getSubjectList() {
}
}
function addTreeFormatSubject(data) {
if(!data) {
return []
}
data.map( item => {
item.label = item.name
item.value = item.id