部署列表

This commit is contained in:
cxc
2022-12-20 17:27:12 +08:00
parent 9b33e7e846
commit 750f66aaf4
6 changed files with 49 additions and 45 deletions

View File

@ -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`
);