@egova/egova-api 1.0.99 → 1.0.100
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 -0
- package/dist/index.umd.js +2 -0
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -52548,6 +52548,8 @@ function (_super) {
|
|
|
52548
52548
|
result = _a.sent();
|
|
52549
52549
|
|
|
52550
52550
|
if (result && !result.hasError) {
|
|
52551
|
+
this.copyData = {};
|
|
52552
|
+
this.categoryData = {};
|
|
52551
52553
|
this.showCopyModal = false;
|
|
52552
52554
|
this.doQuery();
|
|
52553
52555
|
} else if (result && result.hasError && result.message) {
|
package/dist/index.umd.js
CHANGED
|
@@ -52557,6 +52557,8 @@ function (_super) {
|
|
|
52557
52557
|
result = _a.sent();
|
|
52558
52558
|
|
|
52559
52559
|
if (result && !result.hasError) {
|
|
52560
|
+
this.copyData = {};
|
|
52561
|
+
this.categoryData = {};
|
|
52560
52562
|
this.showCopyModal = false;
|
|
52561
52563
|
this.doQuery();
|
|
52562
52564
|
} else if (result && result.hasError && result.message) {
|