Commit f7abc40a authored by 姬鋆屾's avatar 姬鋆屾

添加自评绩效核查信息导出功能

parent 1e389e98
......@@ -51,7 +51,7 @@ export default {
doExport() {
this.isExport = true;
this.$download(
"/check/review/record/exportExcel",
"/check/window/perform/exportExcel",
{
page: 1,
size: -1,
......
......@@ -33,7 +33,7 @@ export default {
},
mixins: [table],
created() {
this.getData();
// this.getData();
},
methods: {
/** 重写新增方法 */
......@@ -52,7 +52,7 @@ export default {
doExport() {
this.isExport = true;
this.$download(
"/check/review/record/exportExcel",
"/check/window/workman/perform/exportExcel",
{
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