@egova/egova-api 1.0.251 → 1.0.252
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
CHANGED
|
@@ -65958,6 +65958,14 @@ function (_super) {
|
|
|
65958
65958
|
return _this;
|
|
65959
65959
|
}
|
|
65960
65960
|
|
|
65961
|
+
ProjectTree.prototype.mounted = function () {
|
|
65962
|
+
var _this = this;
|
|
65963
|
+
|
|
65964
|
+
this.$subscribe("api://project-detail-save", function () {
|
|
65965
|
+
_this.init();
|
|
65966
|
+
});
|
|
65967
|
+
};
|
|
65968
|
+
|
|
65961
65969
|
ProjectTree.prototype.renderContent = function (h, _a) {
|
|
65962
65970
|
var root = _a.root,
|
|
65963
65971
|
node = _a.node,
|
package/dist/index.umd.js
CHANGED
|
@@ -65967,6 +65967,14 @@ function (_super) {
|
|
|
65967
65967
|
return _this;
|
|
65968
65968
|
}
|
|
65969
65969
|
|
|
65970
|
+
ProjectTree.prototype.mounted = function () {
|
|
65971
|
+
var _this = this;
|
|
65972
|
+
|
|
65973
|
+
this.$subscribe("api://project-detail-save", function () {
|
|
65974
|
+
_this.init();
|
|
65975
|
+
});
|
|
65976
|
+
};
|
|
65977
|
+
|
|
65970
65978
|
ProjectTree.prototype.renderContent = function (h, _a) {
|
|
65971
65979
|
var root = _a.root,
|
|
65972
65980
|
node = _a.node,
|