ps-toolkit-ui 1.12.70 → 1.12.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5407,8 +5407,7 @@
5407
5407
  var _this = this;
5408
5408
  this.inp.load();
5409
5409
  this.inp.setValue = function (v, isEdit) {
5410
- console.log(_this.inp.name, _this.inp.default);
5411
- _this.inp.value = v !== null ? v.toString() : _this.inp.default;
5410
+ _this.inp.value = v !== null ? v.toString() : _this.inp.default.toString();
5412
5411
  if (_this.inp.value == null && _this.inp.options.length > 0) {
5413
5412
  _this.inp.value = _this.inp.options.find(function (x) { return true; }).value;
5414
5413
  }