Pre Merge pull request !152 from runphp/N/A
This commit is contained in:
commit
160e788b4b
|
|
@ -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;
|
||||
});
|
||||
/** 查询字典下拉列表 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue