feat(ticketQueryList): 导出按钮接口404问题修复
This commit is contained in:
parent
ffd146baed
commit
29af4d5312
|
@ -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(
|
||||||
{},
|
{},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue