mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
个人主页 - 案例动态展示错位
This commit is contained in:
@@ -562,7 +562,6 @@ export default {
|
||||
if (res.status == 200) {
|
||||
if (res.result.list.length > 0) {
|
||||
this.isSeach = false;
|
||||
console.log(res.result.list)
|
||||
res.result.list.forEach(item => {
|
||||
item.majorType = item.majorType.split(",");
|
||||
item.isAll = false;
|
||||
|
||||
Reference in New Issue
Block a user