@egova/egova-api 1.3.23 → 1.3.24
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 +4 -0
- package/dist/index.umd.js +4 -0
- package/dist/index.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -15126,12 +15126,16 @@ var tree_ProjectTree = /** @class */function (_super) {
|
|
|
15126
15126
|
});
|
|
15127
15127
|
};
|
|
15128
15128
|
ProjectTree.prototype.onCopyInterface = function (data) {
|
|
15129
|
+
var _this = this;
|
|
15129
15130
|
this.parent = {};
|
|
15130
15131
|
this.interfaceModel = data;
|
|
15131
15132
|
this.copyName = this.interfaceModel.name + "_copy";
|
|
15132
15133
|
this.parent.id = this.interfaceModel.categoryId;
|
|
15133
15134
|
this.parent.name = this.interfaceModel.parentName;
|
|
15134
15135
|
this.showCopyModal = true;
|
|
15136
|
+
this.$nextTick(function () {
|
|
15137
|
+
_this.groupTree = _this.groupTree.$clone();
|
|
15138
|
+
});
|
|
15135
15139
|
};
|
|
15136
15140
|
ProjectTree.prototype.onCopy = function () {
|
|
15137
15141
|
return __awaiter(this, void 0, void 0, function () {
|
package/dist/index.umd.js
CHANGED
|
@@ -15135,12 +15135,16 @@ var tree_ProjectTree = /** @class */function (_super) {
|
|
|
15135
15135
|
});
|
|
15136
15136
|
};
|
|
15137
15137
|
ProjectTree.prototype.onCopyInterface = function (data) {
|
|
15138
|
+
var _this = this;
|
|
15138
15139
|
this.parent = {};
|
|
15139
15140
|
this.interfaceModel = data;
|
|
15140
15141
|
this.copyName = this.interfaceModel.name + "_copy";
|
|
15141
15142
|
this.parent.id = this.interfaceModel.categoryId;
|
|
15142
15143
|
this.parent.name = this.interfaceModel.parentName;
|
|
15143
15144
|
this.showCopyModal = true;
|
|
15145
|
+
this.$nextTick(function () {
|
|
15146
|
+
_this.groupTree = _this.groupTree.$clone();
|
|
15147
|
+
});
|
|
15144
15148
|
};
|
|
15145
15149
|
ProjectTree.prototype.onCopy = function () {
|
|
15146
15150
|
return __awaiter(this, void 0, void 0, function () {
|