fix:优化

20240912_adapter
chenhc 1 month ago
parent 02917a57d8
commit 186b70e200

@ -573,7 +573,7 @@ export default {
this.formData.busName = info.busName; this.formData.busName = info.busName;
this.autoTag = info.autoTag; this.autoTag = info.autoTag;
this.editableTabs = [] this.editableTabs = []
this.clickMenuItem(0) this.clickMenuItem(10)
this.showChild = false; this.showChild = false;
this.$nextTick(() => { this.$nextTick(() => {
this.showChild = true; this.showChild = true;
@ -592,7 +592,7 @@ export default {
this.$router.push({query: newQuery, path: this.$route.path}); this.$router.push({query: newQuery, path: this.$route.path});
this.formData.workplaceName = info.workplaceName; this.formData.workplaceName = info.workplaceName;
this.editableTabs = [] this.editableTabs = []
this.clickMenuItem(10) this.clickMenuItem(1)
this.showChild = false; this.showChild = false;
this.$nextTick(() => { this.$nextTick(() => {
this.showChild = true; this.showChild = true;

Loading…
Cancel
Save