mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
讲师费用Fee , log 日志 , 监听日志 当弹框弹起 获取数据分析 , 点击图标确认 , 激活状态处理
This commit is contained in:
@@ -469,6 +469,7 @@ const closeDrawer = () => emit("update:visible", false);
|
||||
const activeList = ref([])
|
||||
const setList = (item) => {
|
||||
console.log("setList gx item",item)
|
||||
console.log("setList gx activeList",activeList)
|
||||
const index = activeList.value.findIndex(listItem => listItem === item);
|
||||
if (index > -1) {
|
||||
activeList.value.splice(index, 1);
|
||||
|
||||
Reference in New Issue
Block a user