修复快捷键bug

This commit is contained in:
X1627315083
2025-01-27 16:22:34 +08:00
parent 1640fed81e
commit 19b942743e
2 changed files with 13 additions and 16 deletions

View File

@@ -68,7 +68,7 @@ import { getMousePosition } from "@/tool/mdEvent";
export default defineComponent({
components: {
},
emits: ['submitLiquefaction'],
emits: ['submitLiquefaction','clearLiquefaction'],
setup(props,{emit}) {
// let presentState = ref('paypal');
let liqufeaction = ref(false);
@@ -357,6 +357,7 @@ export default defineComponent({
}
let cancelDsign = ()=>{
liqufeaction.value = false
emit('clearLiquefaction')
}
let routesChange = (str)=>{
liqufeactionData[str] = Math.round(liqufeactionData[str]/10)*10;