This commit is contained in:
A1300399510
2023-07-18 11:13:58 +08:00
parent 8679b418ff
commit eb1bed2973
2 changed files with 25 additions and 16 deletions

View File

@@ -225,7 +225,7 @@ const selectOption = (type, value) => {
break;
}
console.log(pitchValue.value);
// console.log(pitchValue.value);
emit('handleTransfer', pitchValue)
}