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

页面修改

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