This commit is contained in:
parent
af991dd511
commit
ef90d290db
|
@ -419,9 +419,6 @@ const leftchoose = ref({
|
|||
});
|
||||
const change = (name, index) => {
|
||||
data.first = !data.first;
|
||||
// leftchoose.value[name] = index;
|
||||
// leftchoose.first = index;
|
||||
console.log(leftchoose, 666);
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue