Commit 28f0b378 authored by 黄奎's avatar 黄奎

页面修改

parent 39d549b8
......@@ -703,12 +703,12 @@ export default {
var qMsg = {};
queryCourseCategoryTree(qMsg).then(res => {
this.TreeCategoryList = res.Data;
if (this.objOption.CateId > 0) {
let val = this.TreeCategoryList.find(
x => x.CourseSubject == this.objOption.CateId
);
this.objOption.CourseSubject = val.CourseSubject;
}
// if (this.objOption.CateId > 0) {
// let val = this.TreeCategoryList.find(
// x => x.CourseSubject == this.objOption.CateId
// );
// this.objOption.CourseSubject = val.CourseSubject;
// }
});
},
//新增阶梯定价
......
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