@egova/egova-api 1.0.70 → 1.0.71
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.
- package/dist/index.common.js +1 -2
- package/dist/index.umd.js +1 -2
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -52097,7 +52097,7 @@ function (_super) {
|
|
|
52097
52097
|
}).sort(function (a, b) {
|
|
52098
52098
|
var _a;
|
|
52099
52099
|
|
|
52100
|
-
return (_a = a.
|
|
52100
|
+
return (_a = a.paramPath) === null || _a === void 0 ? void 0 : _a.localeCompare(b.paramPath);
|
|
52101
52101
|
});
|
|
52102
52102
|
this.lastDataList = this.dataList.$clone();
|
|
52103
52103
|
}
|
|
@@ -54210,7 +54210,6 @@ function (_super) {
|
|
|
54210
54210
|
};
|
|
54211
54211
|
|
|
54212
54212
|
ProjectTree.prototype.onCheckInterface = function (data) {
|
|
54213
|
-
console.log("check", data);
|
|
54214
54213
|
this.$emit("on-check-interface", data);
|
|
54215
54214
|
};
|
|
54216
54215
|
|
package/dist/index.umd.js
CHANGED
|
@@ -52106,7 +52106,7 @@ function (_super) {
|
|
|
52106
52106
|
}).sort(function (a, b) {
|
|
52107
52107
|
var _a;
|
|
52108
52108
|
|
|
52109
|
-
return (_a = a.
|
|
52109
|
+
return (_a = a.paramPath) === null || _a === void 0 ? void 0 : _a.localeCompare(b.paramPath);
|
|
52110
52110
|
});
|
|
52111
52111
|
this.lastDataList = this.dataList.$clone();
|
|
52112
52112
|
}
|
|
@@ -54219,7 +54219,6 @@ function (_super) {
|
|
|
54219
54219
|
};
|
|
54220
54220
|
|
|
54221
54221
|
ProjectTree.prototype.onCheckInterface = function (data) {
|
|
54222
|
-
console.log("check", data);
|
|
54223
54222
|
this.$emit("on-check-interface", data);
|
|
54224
54223
|
};
|
|
54225
54224
|
|