Pre Merge pull request !152 from runphp/N/A

pull/152/MERGE
runphp 4 years ago committed by Gitee
commit 160e788b4b

@ -165,6 +165,8 @@ export default {
getGenTable(tableId).then(res => { getGenTable(tableId).then(res => {
this.columns = res.data.rows; this.columns = res.data.rows;
this.info = res.data.info; 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; this.tables = res.data.tables;
}); });
/** 查询字典下拉列表 */ /** 查询字典下拉列表 */

Loading…
Cancel
Save