mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
始终选中一个关卡
This commit is contained in:
@@ -203,6 +203,7 @@
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="main_item">
|
||||
<div class="signbox">
|
||||
<span style="margin-right: 3px">完成标准设置:</span>
|
||||
@@ -211,14 +212,15 @@
|
||||
<a-radio-group v-model:value="radioV1">
|
||||
<a-radio v-model:checked="checked" :value="1" @click="cloradio1"
|
||||
>仅签到
|
||||
</a-radio>
|
||||
</a-radio>-->
|
||||
<!-- <a-radio v-model:checked="checked" :value="2" @click="cloradio1"
|
||||
>签到、签退全部完成
|
||||
</a-radio
|
||||
> -->
|
||||
>
|
||||
</a-radio-group>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<div class="main_item" style="height:40px;">
|
||||
<div class="signbox">
|
||||
<span style="margin-right: 3px"></span>
|
||||
@@ -383,6 +385,10 @@ export default {
|
||||
};
|
||||
const updateTask = async (res) => {
|
||||
if (props.isLevel == 1) {
|
||||
if(!props.isactive){
|
||||
message.destroy();
|
||||
return message.warning("请先选中关卡");
|
||||
}
|
||||
await RouterEditTask({
|
||||
chapterId: props.isactive,
|
||||
courseId: res.data.data.activityId,
|
||||
|
||||
Reference in New Issue
Block a user