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

This commit is contained in:
woody 2025-05-28 12:00:03 +08:00
parent ffd146baed
commit 29af4d5312
1 changed files with 2 additions and 2 deletions

View File

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