Commit b4352af8 authored by 吴春's avatar 吴春

1

parent 8cb17f0d
...@@ -478,9 +478,7 @@ ...@@ -478,9 +478,7 @@
StuId: ids StuId: ids
}).then(res => { }).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
console.log(" res.Data", res.Data);
res.Data.map(e => { res.Data.map(e => {
console.log("e",e);
this.AssistList .push({ this.AssistList .push({
Id: e.TeacherId, Id: e.TeacherId,
EmployeeName: e.TeacherName EmployeeName: e.TeacherName
...@@ -512,9 +510,7 @@ ...@@ -512,9 +510,7 @@
}; };
queryEmployee(qMsg).then(res => { queryEmployee(qMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
console.log("this.AssistList2221",this.AssistList);
res.Data.map(e => { res.Data.map(e => {
console.log("e1",e);
this.AssistList.push({ this.AssistList.push({
Id: e.Id, Id: e.Id,
EmployeeName: e.EmployeeName EmployeeName: e.EmployeeName
......
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