mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
"教师体系": 过滤华灿
This commit is contained in:
@@ -646,8 +646,10 @@ export default {
|
||||
let obj = {
|
||||
pageNo: 1,
|
||||
pageSize: 1000,
|
||||
isView: 1
|
||||
}
|
||||
getTeacherSystemList(obj).then((res) => {
|
||||
console.log("getTeacherSystemList res.data.data.records",res.data.data.records)
|
||||
if (res.data.code === 200) {
|
||||
let arr = res.data.data.records;
|
||||
let array = [];
|
||||
|
||||
Reference in New Issue
Block a user