解决前端Vue数据绑定诸多问题

This commit is contained in:
2018-04-05 11:06:35 +08:00
parent b55b735bb2
commit 0c182a4375
9 changed files with 101 additions and 28 deletions

View File

@@ -18,7 +18,12 @@ var Main = {
teacherrealname: "root"
}
],
multipleSelection: []
multipleSelection: [],
courseList:[
{courseName:"root"},
{courseName:"root2"},
],
teacherList:[],
}
},
mounted() {