diff --git a/ruoyi-ui/src/views/tool/gen/editTable.vue b/ruoyi-ui/src/views/tool/gen/editTable.vue index 1e2b8da3..3725264d 100644 --- a/ruoyi-ui/src/views/tool/gen/editTable.vue +++ b/ruoyi-ui/src/views/tool/gen/editTable.vue @@ -165,6 +165,8 @@ export default { getGenTable(tableId).then(res => { this.columns = res.data.rows; this.info = res.data.info; + const route = Object.assign({},Object.assign({},this.$route), {title:'修改生成配置_'+this.info.tableName}) + this.$store.dispatch('tagsView/updateVisitedView', route); this.tables = res.data.tables; }); /** 查询字典下拉列表 */