Commit b4352af8 authored by 吴春's avatar 吴春

1

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