@egova/egova-api 1.0.90 → 1.0.91
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 +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -57740,8 +57740,8 @@ function (_super) {
|
|
|
57740
57740
|
|
|
57741
57741
|
project_detail_service_decorate([serviceHandler("save", {
|
|
57742
57742
|
title: "复制接口",
|
|
57743
|
-
showErrorMsg:
|
|
57744
|
-
showTip:
|
|
57743
|
+
showErrorMsg: false,
|
|
57744
|
+
showTip: false
|
|
57745
57745
|
}), project_detail_service_metadata("design:type", Function), project_detail_service_metadata("design:paramtypes", [String, String, String, String]), project_detail_service_metadata("design:returntype", void 0)], ApiService.prototype, "copyApi", null);
|
|
57746
57746
|
|
|
57747
57747
|
project_detail_service_decorate([serviceHandler("query", {
|
package/dist/index.umd.js
CHANGED
|
@@ -57749,8 +57749,8 @@ function (_super) {
|
|
|
57749
57749
|
|
|
57750
57750
|
project_detail_service_decorate([serviceHandler("save", {
|
|
57751
57751
|
title: "复制接口",
|
|
57752
|
-
showErrorMsg:
|
|
57753
|
-
showTip:
|
|
57752
|
+
showErrorMsg: false,
|
|
57753
|
+
showTip: false
|
|
57754
57754
|
}), project_detail_service_metadata("design:type", Function), project_detail_service_metadata("design:paramtypes", [String, String, String, String]), project_detail_service_metadata("design:returntype", void 0)], ApiService.prototype, "copyApi", null);
|
|
57755
57755
|
|
|
57756
57756
|
project_detail_service_decorate([serviceHandler("query", {
|