mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 22:36:43 +08:00
fix: 修复 systype 错误的问题
This commit is contained in:
@@ -722,8 +722,8 @@ export default {
|
|||||||
handleOptionClick(item, level, list) {
|
handleOptionClick(item, level, list) {
|
||||||
// 线上品牌展示效果
|
// 线上品牌展示效果
|
||||||
this.newData = item.newData;
|
this.newData = item.newData;
|
||||||
this.courseChosen = item.name
|
this.courseChosen = item.id
|
||||||
console.log(item.name, "---------");
|
console.log(item, "---------");
|
||||||
// 单选,排除法
|
// 单选,排除法
|
||||||
this.oneList.forEach(one => {
|
this.oneList.forEach(one => {
|
||||||
one.checked = false;
|
one.checked = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user