qfw
This commit is contained in:
@@ -101,7 +101,7 @@ watch(
|
||||
() => props.modelValue,
|
||||
() => {
|
||||
console.log(input)
|
||||
if(!input.value.hasFocus() && props.qfw){
|
||||
if(!(input.value == document.activeElement) && props.qfw){
|
||||
currentValue.value = formatMoney(props.modelValue.toString());
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user