修复快捷键bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user