mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-09-27 23:02:41 +00:00
代码生成编辑修改后同步列表显示
This commit is contained in:
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user