qfw
This commit is contained in:
@@ -94,10 +94,6 @@ watch(
|
||||
watch(
|
||||
() => props.modelValue,
|
||||
() => {
|
||||
if(props.qfw){
|
||||
currentValue.value = formatMoney(props.modelValue.toString());
|
||||
return ;
|
||||
}
|
||||
currentValue.value = String(
|
||||
props.modelValue == null ? "" : props.modelValue
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user