讲师管理bug

This commit is contained in:
zhangsir
2024-12-24 16:14:18 +08:00
parent bccb4913be
commit b9419dc7e3
9 changed files with 45 additions and 8 deletions

View File

@@ -674,6 +674,10 @@ export default {
array.push(obj);
});
LecturerSystemList.value = array;
LecturerSystemList.value.unshift({
value: "",
label: "全部"
})
}
})
}
@@ -706,6 +710,10 @@ export default {
array.push(obj);
});
getLevelList.value = array;
getLevelList.value.unshift({
value: "",
label: "全部"
})
}
})
}