讲师费用Fee , log 日志 , 监听日志 当弹框弹起 获取数据分析 , 点击图标确认 , 激活状态处理

This commit is contained in:
gengxin
2025-02-13 17:30:36 +08:00
parent db5f0b91ed
commit ca90b06bba

View File

@@ -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);