mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
讲师管理bug
This commit is contained in:
@@ -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: "全部"
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user