Commit 21d7b470 authored by 姬鋆屾's avatar 姬鋆屾

推修改绩效核查导出功能未添加参数的问题

parent 7d2b7e4c
......@@ -124,6 +124,7 @@ export default {
this.$download(
"/check/attend/record/exportExcel",
{
...this.query,
page: 1,
size: -1,
},
......
......@@ -124,6 +124,7 @@ export default {
this.$download(
"/check/complain/record/exportExcel",
{
...this.query,
page: 1,
size: -1,
},
......@@ -305,7 +306,6 @@ export default {
{ label: "核查结果", prop: "checkResult", formatter: this.formatter },
{ label: "说明", prop: "checkDesc", formatter: this.formatter },
{ label: "核查人员", prop: "checkPerson", formatter: this.formatter },
......
......@@ -125,6 +125,7 @@ export default {
this.$download(
"/check/effect/record/exportExcel",
{
...this.query,
page: 1,
size: -1,
},
......
......@@ -124,6 +124,7 @@ export default {
this.$download(
"/check/gowork/record/exportExcel",
{
...this.query,
page: 1,
size: -1,
},
......
......@@ -124,6 +124,7 @@ export default {
this.$download(
"/check/other/record/exportExcel",
{
...this.query,
page: 1,
size: -1,
},
......
......@@ -124,6 +124,7 @@ export default {
this.$download(
"/check/review/record/exportExcel",
{
...this.query,
page: 1,
size: -1,
},
......
......@@ -54,6 +54,7 @@ export default {
this.$download(
"/check/window/perform/exportExcel",
{
...this.query,
page: 1,
size: -1,
},
......
......@@ -55,6 +55,7 @@ export default {
this.$download(
"/check/window/workman/perform/exportExcel",
{
...this.query,
page: 1,
size: -1,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment