Commit 4a34026e authored by youjie's avatar youjie

no message

parent 747b72d4
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
data.StuList = res.Data; data.StuList = res.Data;
data.showStusStr = data.StuList.length > 0 ? `全班(${data.StuList.length}人)` : '暂无可选学员' data.showStusStr = data.StuList.length > 0 ? `全班(${data.StuList.length}人)` : '暂无可选学员'
data.msg.ChooseStuList = [] data.msg.ChooseStuList = []
data.StuList.length>0&&data.StuList.forEach(x => { data.StuList.forEach(x => {
let dataContent = { let dataContent = {
StuId: x.StuId, StuId: x.StuId,
StuName: x.StuName StuName: x.StuName
......
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