perf: Account export

This commit is contained in:
feng
2025-03-04 16:47:19 +08:00
committed by feng626
parent de427b7f20
commit eb1c0cdc7a

View File

@@ -176,8 +176,8 @@ export default {
// return assignIfNot(this.exportOptions, { url: this.tableUrl })
return {
...this.exportOptions,
url: this.tableUrl
url: this.tableUrl,
...this.exportOptions
}
}
},