Merge pull request #9808 from dataease/pr@dev-v2_st

fix(数据源): 修复数据源处创建数据集没有进行table定位的问题
This commit is contained in:
dataeaseShu 2024-05-23 16:47:28 +08:00 committed by GitHub
commit 0eb4715ab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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']"
> >