forked from github/dataease
Merge pull request #9808 from dataease/pr@dev-v2_st
fix(数据源): 修复数据源处创建数据集没有进行table定位的问题
This commit is contained in:
commit
0eb4715ab2
@ -1073,7 +1073,7 @@ const getMenuList = (val: boolean) => {
|
|||||||
placement="top"
|
placement="top"
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
@click.stop="createDataset(scope.row.name)"
|
@click.stop="createDataset(scope.row.tableName)"
|
||||||
text
|
text
|
||||||
v-permission="['dataset']"
|
v-permission="['dataset']"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user