mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
feat:增加学习路径图学习模式切换
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
],
|
||||
selectClassifyType: 1,
|
||||
checked: true,
|
||||
radioSelect: 1,
|
||||
radioSelect: 2,
|
||||
formData: {
|
||||
unlockMode:'',
|
||||
}
|
||||
@@ -141,6 +141,10 @@ export default {
|
||||
if(e.type === 1){
|
||||
state.formData.unlockMode = e.type
|
||||
}
|
||||
// 当为学习路径图时候 直接默认第一个选项 不用选中
|
||||
if(e.type==2 && props.types==1){
|
||||
state.formData.unlockMode = e.type
|
||||
}
|
||||
};
|
||||
|
||||
const changeUnlockMode = (e) =>{
|
||||
|
||||
Reference in New Issue
Block a user