forked from github/dataease
Merge pull request #11700 from dataease/pr@dev-v2_st
fix(数据集): 数据集数据导出添加过滤条件时会刷新页面
This commit is contained in:
commit
b824daa298
@ -924,7 +924,7 @@ const getMenuList = (val: boolean) => {
|
||||
</el-button>
|
||||
<el-button type="primary" @click="exportDataset">
|
||||
<template #icon>
|
||||
<Icon name="el-icon-download"></Icon>
|
||||
<Icon name="dv-preview-download"></Icon>
|
||||
</template>
|
||||
数据集导出
|
||||
</el-button>
|
||||
@ -1048,6 +1048,7 @@ const getMenuList = (val: boolean) => {
|
||||
<el-form
|
||||
ref="exportFormRef"
|
||||
class="de-form-item"
|
||||
@submit.prevent
|
||||
:model="exportForm"
|
||||
:rules="exportFormRules"
|
||||
:before-close="closeExport"
|
||||
|
Loading…
Reference in New Issue
Block a user