Commit f78e040d authored by 黄奎's avatar 黄奎

订单列表查询调整

parent 1f9b468f
......@@ -165,7 +165,7 @@
</template>
<script>
import {
getOrderSourceEnumList, //获取订单来源 枚举
setClassOrder, //修改订单
SetClassOrderBatch, //多个约课订单
......@@ -483,7 +483,6 @@
Id: e.AssistId,
EmployeeName: e.AssistName
});
console.log(" this.AssistList", this.AssistList);
if (this.stuData.StuList[0].IsRenewGuest == 1) {
this.OrderMsg.HelpEnterId = e.AssistId;
this.AssistName = e.AssistName
......@@ -506,7 +505,8 @@
if (this.AssistList.length == 0) {
var qMsg = {
IsLeave: 1,
UserRole: 0
UserRole: 0,
AccountType:2,
};
queryEmployee(qMsg).then(res => {
if (res.Code == 1) {
......@@ -520,11 +520,9 @@
EmployeeName: e.EmployeeName
});
});
console.log(" this.AssistListData", this.AssistList);
}
});
}
console.log(" this.AllAssistList", this.AllAssistList);
},
//获取班级课程信息
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