@egova/egova-api 1.0.44 → 1.0.45
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 -1
- package/dist/index.umd.js +3 -1
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -54439,7 +54439,9 @@ function (_super) {
|
|
|
54439
54439
|
};
|
|
54440
54440
|
|
|
54441
54441
|
ProjectDetail.prototype.onBack = function () {
|
|
54442
|
-
this.$router.
|
|
54442
|
+
this.$router.push({
|
|
54443
|
+
name: "project-list"
|
|
54444
|
+
});
|
|
54443
54445
|
};
|
|
54444
54446
|
|
|
54445
54447
|
var _a;
|
package/dist/index.umd.js
CHANGED
|
@@ -54448,7 +54448,9 @@ function (_super) {
|
|
|
54448
54448
|
};
|
|
54449
54449
|
|
|
54450
54450
|
ProjectDetail.prototype.onBack = function () {
|
|
54451
|
-
this.$router.
|
|
54451
|
+
this.$router.push({
|
|
54452
|
+
name: "project-list"
|
|
54453
|
+
});
|
|
54452
54454
|
};
|
|
54453
54455
|
|
|
54454
54456
|
var _a;
|