jsk
This commit is contained in:
parent
e168533c04
commit
09179be35f
Binary file not shown.
|
|
@ -431,9 +431,9 @@
|
|||
},
|
||||
/** 导出按钮操作 */
|
||||
handleExport() {
|
||||
// this.download('certificate/certificate_manage/certificateInfo/export', {
|
||||
// ...this.queryParams
|
||||
// }, `存证超期记录_${new Date().getTime()}.xlsx`);
|
||||
this.download('certificate/certificate_manage/certificateLifespan/export', {
|
||||
...this.queryParams
|
||||
}, `存证超期记录_${new Date().getTime()}.xlsx`);
|
||||
},
|
||||
formatDate(date) {
|
||||
// 格式化为 YYYY-MM-DD
|
||||
|
|
|
|||
|
|
@ -447,9 +447,9 @@
|
|||
},
|
||||
/** 导出按钮操作 */
|
||||
handleExport() {
|
||||
// this.download('certificate/certificate_manage/certificateInfo/export', {
|
||||
// ...this.queryParams
|
||||
// }, `存证超期记录_${new Date().getTime()}.xlsx`);
|
||||
this.download('certificate/certificate_manage/certificateOverdue/export', {
|
||||
...this.queryParams
|
||||
}, `证件超期记录_${new Date().getTime()}.xlsx`);
|
||||
},
|
||||
formatDate(date) {
|
||||
// 格式化为 YYYY-MM-DD
|
||||
|
|
|
|||
Loading…
Reference in New Issue