fix:优化

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

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

Loading…
Cancel
Save