@egova/egova-api 1.0.249 → 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
|
@@ -64686,7 +64686,7 @@ function (_super) {
|
|
|
64686
64686
|
if (!(res === null || res === void 0 ? void 0 : res.hasError)) {
|
|
64687
64687
|
this.showImportModal = false;
|
|
64688
64688
|
this.getEnvironmentParamList();
|
|
64689
|
-
this.$publish("api://project-detail-save");
|
|
64689
|
+
this.$publish("api://project-detail-save-import");
|
|
64690
64690
|
} else {
|
|
64691
64691
|
return [2
|
|
64692
64692
|
/*return*/
|
|
@@ -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,
|
|
@@ -66875,8 +66883,7 @@ function (_super) {
|
|
|
66875
66883
|
|
|
66876
66884
|
ProjectDetail.prototype.onOpenEnvModal = function () {
|
|
66877
66885
|
this.showEnvironmentModal = true;
|
|
66878
|
-
};
|
|
66879
|
-
|
|
66886
|
+
};
|
|
66880
66887
|
|
|
66881
66888
|
ProjectDetail.prototype.mounted = function () {
|
|
66882
66889
|
var _this = this;
|
|
@@ -66894,7 +66901,7 @@ function (_super) {
|
|
|
66894
66901
|
}, resume === "true");
|
|
66895
66902
|
}
|
|
66896
66903
|
|
|
66897
|
-
this.$subscribe("api://project-detail-save", function () {
|
|
66904
|
+
this.$subscribe("api://project-detail-save-import", function () {
|
|
66898
66905
|
return project_detail_awaiter(_this, void 0, void 0, function () {
|
|
66899
66906
|
var res, result;
|
|
66900
66907
|
|
package/dist/index.umd.js
CHANGED
|
@@ -64695,7 +64695,7 @@ function (_super) {
|
|
|
64695
64695
|
if (!(res === null || res === void 0 ? void 0 : res.hasError)) {
|
|
64696
64696
|
this.showImportModal = false;
|
|
64697
64697
|
this.getEnvironmentParamList();
|
|
64698
|
-
this.$publish("api://project-detail-save");
|
|
64698
|
+
this.$publish("api://project-detail-save-import");
|
|
64699
64699
|
} else {
|
|
64700
64700
|
return [2
|
|
64701
64701
|
/*return*/
|
|
@@ -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,
|
|
@@ -66884,8 +66892,7 @@ function (_super) {
|
|
|
66884
66892
|
|
|
66885
66893
|
ProjectDetail.prototype.onOpenEnvModal = function () {
|
|
66886
66894
|
this.showEnvironmentModal = true;
|
|
66887
|
-
};
|
|
66888
|
-
|
|
66895
|
+
};
|
|
66889
66896
|
|
|
66890
66897
|
ProjectDetail.prototype.mounted = function () {
|
|
66891
66898
|
var _this = this;
|
|
@@ -66903,7 +66910,7 @@ function (_super) {
|
|
|
66903
66910
|
}, resume === "true");
|
|
66904
66911
|
}
|
|
66905
66912
|
|
|
66906
|
-
this.$subscribe("api://project-detail-save", function () {
|
|
66913
|
+
this.$subscribe("api://project-detail-save-import", function () {
|
|
66907
66914
|
return project_detail_awaiter(_this, void 0, void 0, function () {
|
|
66908
66915
|
var res, result;
|
|
66909
66916
|
|