Merge remote-tracking branch 'origin/dev' into warm-flw-future
This commit is contained in:
commit
c224eb656f
@ -60,7 +60,7 @@
|
||||
>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<el-button v-hasPermi="['system:oss:list']" type="info" plain icon="Operation" @click="handleOssConfig">配置管理</el-button>
|
||||
<el-button v-hasPermi="['system:ossConfig:list']" type="info" plain icon="Operation" @click="handleOssConfig">配置管理</el-button>
|
||||
</el-col>
|
||||
<right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar>
|
||||
</el-row>
|
||||
|
@ -321,7 +321,7 @@ const handleDelete = async (row?: TenantPkgVO) => {
|
||||
/** 导出按钮操作 */
|
||||
const handleExport = () => {
|
||||
proxy?.download(
|
||||
'system/tenantPackage/export',
|
||||
'system/package/export',
|
||||
{
|
||||
...queryParams.value
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user