mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
BUG 课程库下 1、面授课列表 里 学习人数 = 该面授课所有开课的学员数总和 再去重 2、面授课列表里 是否停用列 有的是-1
This commit is contained in:
@@ -369,7 +369,7 @@ export default defineComponent({
|
||||
// 课程三级分类
|
||||
});
|
||||
const store = useStore();
|
||||
|
||||
console.log(store,666);
|
||||
const sysTypeOptions = computed(() => store.state.content_type);
|
||||
const optionsUrl = computed(() => store.state.course_pic);
|
||||
|
||||
@@ -513,6 +513,7 @@ export default defineComponent({
|
||||
|
||||
// 点击图片选择图片
|
||||
const choicePic = (value) => {
|
||||
console.log(111111112);
|
||||
state.feng_mian_1 = value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user