This commit is contained in:
duanxiaohai 2024-07-24 10:32:46 +08:00
parent af991dd511
commit ef90d290db
1 changed files with 0 additions and 3 deletions

View File

@ -419,9 +419,6 @@ const leftchoose = ref({
}); });
const change = (name, index) => { const change = (name, index) => {
data.first = !data.first; data.first = !data.first;
// leftchoose.value[name] = index;
// leftchoose.first = index;
console.log(leftchoose, 666);
}; };
</script> </script>