@egova/egova-api 1.0.138 → 1.0.139

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.
@@ -53834,7 +53834,13 @@ function (_super) {
53834
53834
  return;
53835
53835
  }
53836
53836
 
53837
- this.checkedData = this.data.$clone();
53837
+ var tmpData = this.data.$clone();
53838
+ this.checkedData = tmpData.map(function (item) {
53839
+ return data_model_assign(data_model_assign({}, item), {
53840
+ code: item.typeCode,
53841
+ description: item.typeDescription
53842
+ });
53843
+ });
53838
53844
  this.init();
53839
53845
  };
53840
53846
 
@@ -55289,7 +55295,12 @@ function (_super) {
55289
55295
  return;
55290
55296
  }
55291
55297
 
55292
- this.checkedData = this.data.$clone();
55298
+ var tmpData = this.data.$clone();
55299
+ this.checkedData = tmpData.map(function (item) {
55300
+ return api_project_assign(api_project_assign({}, item), {
55301
+ url: item.typeCode
55302
+ });
55303
+ });
55293
55304
  this.init();
55294
55305
  };
55295
55306
 
package/dist/index.umd.js CHANGED
@@ -53843,7 +53843,13 @@ function (_super) {
53843
53843
  return;
53844
53844
  }
53845
53845
 
53846
- this.checkedData = this.data.$clone();
53846
+ var tmpData = this.data.$clone();
53847
+ this.checkedData = tmpData.map(function (item) {
53848
+ return data_model_assign(data_model_assign({}, item), {
53849
+ code: item.typeCode,
53850
+ description: item.typeDescription
53851
+ });
53852
+ });
53847
53853
  this.init();
53848
53854
  };
53849
53855
 
@@ -55298,7 +55304,12 @@ function (_super) {
55298
55304
  return;
55299
55305
  }
55300
55306
 
55301
- this.checkedData = this.data.$clone();
55307
+ var tmpData = this.data.$clone();
55308
+ this.checkedData = tmpData.map(function (item) {
55309
+ return api_project_assign(api_project_assign({}, item), {
55310
+ url: item.typeCode
55311
+ });
55312
+ });
55302
55313
  this.init();
55303
55314
  };
55304
55315