邱宇豪
2023-11-28 b11dca5c6c4383d915571c47b10269e66c74079a
web/src/views/SecureManage/NipCheck/components/ScoreDetails.vue
@@ -279,7 +279,7 @@
        params.endTime = this.search.time&&this.search.time[1]
        delete params.time
        this.functionLoading();
        this.$api.Safety.exportMarketFiles(params).then(res => {
        this.$api.Safety.exportIntegralFiles(params).then(res => {
            downFiles(res, '积分明细信息', 'xls')
            this.loadingView.close()
        })