😎修复获取实体名称错误
This commit is contained in:
parent
1af9fa56bc
commit
4280ea6968
@ -116,7 +116,7 @@ const handleInitTable = async () => {
|
||||
optionsEntity.loading = true;
|
||||
const params = {
|
||||
configId: state.configId,
|
||||
entityNames: state.entitySelectedRows.map((row) => row.name),
|
||||
entityNames: state.entitySelectedRows.map((row) => row.entityName),
|
||||
};
|
||||
await getAPI(SysDatabaseApi).apiSysDatabaseInitTablePost(params);
|
||||
ElMessage.success('初始化表结构操作成功');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user