Commit 86f477e1 authored by 罗超's avatar 罗超

2

parent 9229c6e7
...@@ -283,9 +283,9 @@ ...@@ -283,9 +283,9 @@
proxy.$request("/AppletCenter/GetTeacherList",{}).then(res => { proxy.$request("/AppletCenter/GetTeacherList",{}).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
data.TeacherList = res.Data data.TeacherList = res.Data
data.TeacherList.push({ data.TeacherList.unshift({
TeacherName:'不限', TeacherName:'不限',
TeacherId:0 TId:0
}) })
data.allTeacherList = JSON.parse(JSON.stringify(res.Data)) data.allTeacherList = JSON.parse(JSON.stringify(res.Data))
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment