Commit 6470100c authored by 黄奎's avatar 黄奎

页面修改

parent cba0c3e3
......@@ -134,7 +134,6 @@
myEmployeeList: [],
customFromList: [],
StuChannelList: [], //收客渠道
AssistDropList: [], //协助人员
customList: [],
customTypeList: [] //客户类型
};
......
......@@ -340,7 +340,9 @@
},
//获取课程
CourseList() {
queryCourseDropdownList({}).then(res => {
queryCourseDropdownList({
IsQuerySalePlat: 1
}).then(res => {
if (res.Code == 1) {
this.ClassList = res.Data;
this.ClassList.unshift({
......
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