cloud-web-corejs 1.0.170 → 1.0.171
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/package.json
CHANGED
|
@@ -216,13 +216,14 @@ export default {
|
|
|
216
216
|
(item) => item.formCode == formCode
|
|
217
217
|
);
|
|
218
218
|
this.activeName = `otherTab${otherTabIndex}`;
|
|
219
|
-
|
|
220
|
-
this.showEditDialog = true;
|
|
219
|
+
|
|
221
220
|
otherTab.dataId = dataId;
|
|
222
221
|
otherTab.param = param;
|
|
223
|
-
otherTab.showContent = false;
|
|
224
222
|
this.$nextTick(() => {
|
|
225
|
-
otherTab.showContent =
|
|
223
|
+
otherTab.showContent = false;
|
|
224
|
+
this.$nextTick(() => {
|
|
225
|
+
otherTab.showContent = true;
|
|
226
|
+
});
|
|
226
227
|
});
|
|
227
228
|
},
|
|
228
229
|
openEditDialog(row, param, option) {
|