@egova/egova-api 1.0.56 → 1.0.57
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
|
@@ -54724,6 +54724,20 @@ function (_super) {
|
|
|
54724
54724
|
}
|
|
54725
54725
|
};
|
|
54726
54726
|
|
|
54727
|
+
ProjectDetail.prototype.activated = function () {
|
|
54728
|
+
var _a = this.$route.query,
|
|
54729
|
+
apiId = _a.apiId,
|
|
54730
|
+
apiName = _a.apiName,
|
|
54731
|
+
resume = _a.resume;
|
|
54732
|
+
|
|
54733
|
+
if (resume === "true") {
|
|
54734
|
+
this.onCheckInterface({
|
|
54735
|
+
id: apiId,
|
|
54736
|
+
name: apiName
|
|
54737
|
+
}, resume === "true");
|
|
54738
|
+
}
|
|
54739
|
+
};
|
|
54740
|
+
|
|
54727
54741
|
ProjectDetail.prototype.onBack = function () {
|
|
54728
54742
|
this.$router.push({
|
|
54729
54743
|
name: "project-list"
|
package/dist/index.umd.js
CHANGED
|
@@ -54733,6 +54733,20 @@ function (_super) {
|
|
|
54733
54733
|
}
|
|
54734
54734
|
};
|
|
54735
54735
|
|
|
54736
|
+
ProjectDetail.prototype.activated = function () {
|
|
54737
|
+
var _a = this.$route.query,
|
|
54738
|
+
apiId = _a.apiId,
|
|
54739
|
+
apiName = _a.apiName,
|
|
54740
|
+
resume = _a.resume;
|
|
54741
|
+
|
|
54742
|
+
if (resume === "true") {
|
|
54743
|
+
this.onCheckInterface({
|
|
54744
|
+
id: apiId,
|
|
54745
|
+
name: apiName
|
|
54746
|
+
}, resume === "true");
|
|
54747
|
+
}
|
|
54748
|
+
};
|
|
54749
|
+
|
|
54736
54750
|
ProjectDetail.prototype.onBack = function () {
|
|
54737
54751
|
this.$router.push({
|
|
54738
54752
|
name: "project-list"
|