叶松
2023-11-28 5e19b759566b2bf0aed0771206cea54aaba0874e
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()
        })