部署列表
This commit is contained in:
@ -171,6 +171,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { download } from "@/utils/request";
|
||||
import {
|
||||
listAllCategory,
|
||||
// getCategory,
|
||||
@ -341,10 +342,10 @@ function handleDelete(row) {
|
||||
}
|
||||
/** 导出按钮操作 */
|
||||
function handleExport() {
|
||||
this.download(
|
||||
download(
|
||||
"workflow/category/export",
|
||||
{
|
||||
...this.queryParams,
|
||||
...queryParams.value,
|
||||
},
|
||||
`category_${new Date().getTime()}.xlsx`
|
||||
);
|
||||
|
Reference in New Issue
Block a user