This commit is contained in:
‘huanghaiixia’
2026-03-12 17:40:51 +08:00
parent 287e54986f
commit 05261ff3a3
3 changed files with 6 additions and 8 deletions

View File

@ -11,9 +11,9 @@ export class InputNumberModel {
ref: any;
get numberFormat() {
if(this._fmt==undefined){
// if(this._fmt==undefined){
this._fmt = this.createNumberFmt(this.digits);
}
// }
return this._fmt;
}