优化
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user