This commit is contained in:
sjl
2024-11-14 18:26:34 +08:00
parent 65cb7826d3
commit 87fe66da3e
42 changed files with 188 additions and 204 deletions

View File

@@ -95,7 +95,7 @@ onBeforeUnmount(() => {
handleEnter();
});
const dataSource = computed(() => {
console.log("dataSource", dataSource);
//console.log("dataSource", dataSource);
return props.dataSource;
});
watch(

View File

@@ -53,7 +53,7 @@ const activities = [
const data = ref([]);
const open = (list: any) => {
data.value = list;
console.log(data.value, "99999999");
// console.log(data.value, "99999999");
};
onMounted(() => {