feat(ticketQueryList): 导出按钮接口404问题修复

This commit is contained in:
woody 2025-05-28 12:00:03 +08:00
parent 68b31bae50
commit 024ef3c4cc
1 changed files with 2 additions and 2 deletions

View File

@ -279,13 +279,13 @@ export default {
handleSelectionChange(val) {},
/** 导出按钮操作 */
handleExport() {
this.$confirm('是否确认导出所有数据项?', '警告', {
this.$confirm('是否确认导出所有数据项321?', '警告', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then((_) => {
this.download(
process.env.VUE_APP_BASE_API + '/sale/manage/ticket/export',
'/sale/manage/ticket/export',
Object.assign(
{},
{