This commit is contained in:
wangshiming
2022-04-11 14:24:47 +08:00
parent 1f7d096953
commit a8b130a0c9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-04-06 10:57:56
* @LastEditors : Shiming
* @LastEditTime : 2022-04-11 11:17:19
* @LastEditTime : 2022-04-11 14:23:35
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\abnormal-gold\\abnormal-gold.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->

View File

@ -191,6 +191,6 @@ export class AbnormalGoldComponent implements OnInit {
}
// 导出
exprot() {
this.service.exportStart({ ...this.beforeReq, pageSize: -1 }, this.service.$api_get_exportAbnormalAmountPage);
this.service.exportStart({ ...this.sf.value, pageSize: -1 }, this.service.$api_get_exportAbnormalAmountPage);
}
}