代码生成编辑修改后同步列表显示

This commit is contained in:
RuoYi
2022-02-12 11:36:58 +08:00
parent bd3b20e8ad
commit 6d63e64505
3 changed files with 16 additions and 3 deletions

View File

@ -181,7 +181,7 @@ function close() {
}
(() => {
const tableId = route.query && route.query.tableId;
const tableId = route.params && route.params.tableId;
if (tableId) {
// 获取表详细信息
getGenTable(tableId).then(res => {