代码生成编辑修改后同步列表显示
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