Commit f78e040d authored by 黄奎's avatar 黄奎

订单列表查询调整

parent 1f9b468f
...@@ -483,7 +483,6 @@ ...@@ -483,7 +483,6 @@
Id: e.AssistId, Id: e.AssistId,
EmployeeName: e.AssistName EmployeeName: e.AssistName
}); });
console.log(" this.AssistList", this.AssistList);
if (this.stuData.StuList[0].IsRenewGuest == 1) { if (this.stuData.StuList[0].IsRenewGuest == 1) {
this.OrderMsg.HelpEnterId = e.AssistId; this.OrderMsg.HelpEnterId = e.AssistId;
this.AssistName = e.AssistName this.AssistName = e.AssistName
...@@ -506,7 +505,8 @@ ...@@ -506,7 +505,8 @@
if (this.AssistList.length == 0) { if (this.AssistList.length == 0) {
var qMsg = { var qMsg = {
IsLeave: 1, IsLeave: 1,
UserRole: 0 UserRole: 0,
AccountType:2,
}; };
queryEmployee(qMsg).then(res => { queryEmployee(qMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
...@@ -520,11 +520,9 @@ ...@@ -520,11 +520,9 @@
EmployeeName: e.EmployeeName EmployeeName: e.EmployeeName
}); });
}); });
console.log(" this.AssistListData", this.AssistList);
} }
}); });
} }
console.log(" this.AllAssistList", this.AllAssistList);
}, },
//获取班级课程信息 //获取班级课程信息
initConfig() { initConfig() {
......
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