mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
始终选中一个关卡
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
/>
|
||||
<div class="inp_num" style="position: absolute; right: 7px">
|
||||
<span style="color: #c7cbd2">
|
||||
{{ inputV1 ? inputV1.length : 0 }}/20
|
||||
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -464,6 +464,10 @@ export default {
|
||||
const updateTask = () => {
|
||||
|
||||
if (props.isLevel == 1) {
|
||||
if(!props.isactive){
|
||||
message.destroy();
|
||||
return message.warning("请先选中关卡");
|
||||
}
|
||||
console.log("我是要便利的数据2", state.addOnlineList);
|
||||
let l_data = state.addOnlineList;
|
||||
let l_data_id = [];
|
||||
|
||||
Reference in New Issue
Block a user