This commit is contained in:
2022-12-12 10:01:21 +08:00
parent f99c22984f
commit b12826594e
4 changed files with 1 additions and 13 deletions

View File

@@ -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
);