项目导出bug修复
This commit is contained in:
parent
6095f3345e
commit
9fe54cd44c
|
|
@ -511,7 +511,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'basic/project/export',
|
'project/export',
|
||||||
{
|
{
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue