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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.170",
4
+ "version": "1.0.171",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -216,13 +216,14 @@ export default {
216
216
  (item) => item.formCode == formCode
217
217
  );
218
218
  this.activeName = `otherTab${otherTabIndex}`;
219
- this.showEdit = false;
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 = true;
223
+ otherTab.showContent = false;
224
+ this.$nextTick(() => {
225
+ otherTab.showContent = true;
226
+ });
226
227
  });
227
228
  },
228
229
  openEditDialog(row, param, option) {