@egova/egova-api 1.0.249 → 1.0.251
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 +3 -4
- package/dist/index.umd.js +3 -4
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
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*/
|
|
@@ -66875,8 +66875,7 @@ function (_super) {
|
|
|
66875
66875
|
|
|
66876
66876
|
ProjectDetail.prototype.onOpenEnvModal = function () {
|
|
66877
66877
|
this.showEnvironmentModal = true;
|
|
66878
|
-
};
|
|
66879
|
-
|
|
66878
|
+
};
|
|
66880
66879
|
|
|
66881
66880
|
ProjectDetail.prototype.mounted = function () {
|
|
66882
66881
|
var _this = this;
|
|
@@ -66894,7 +66893,7 @@ function (_super) {
|
|
|
66894
66893
|
}, resume === "true");
|
|
66895
66894
|
}
|
|
66896
66895
|
|
|
66897
|
-
this.$subscribe("api://project-detail-save", function () {
|
|
66896
|
+
this.$subscribe("api://project-detail-save-import", function () {
|
|
66898
66897
|
return project_detail_awaiter(_this, void 0, void 0, function () {
|
|
66899
66898
|
var res, result;
|
|
66900
66899
|
|
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*/
|
|
@@ -66884,8 +66884,7 @@ function (_super) {
|
|
|
66884
66884
|
|
|
66885
66885
|
ProjectDetail.prototype.onOpenEnvModal = function () {
|
|
66886
66886
|
this.showEnvironmentModal = true;
|
|
66887
|
-
};
|
|
66888
|
-
|
|
66887
|
+
};
|
|
66889
66888
|
|
|
66890
66889
|
ProjectDetail.prototype.mounted = function () {
|
|
66891
66890
|
var _this = this;
|
|
@@ -66903,7 +66902,7 @@ function (_super) {
|
|
|
66903
66902
|
}, resume === "true");
|
|
66904
66903
|
}
|
|
66905
66904
|
|
|
66906
|
-
this.$subscribe("api://project-detail-save", function () {
|
|
66905
|
+
this.$subscribe("api://project-detail-save-import", function () {
|
|
66907
66906
|
return project_detail_awaiter(_this, void 0, void 0, function () {
|
|
66908
66907
|
var res, result;
|
|
66909
66908
|
|