优化欠费明细导出bug

This commit is contained in:
wuxw 2025-07-28 17:47:41 +08:00
parent 60b1326e68
commit 611ba4df0e

View File

@ -317,7 +317,7 @@ export default {
const { code, msg } = await exportData(params)
this.$message.success(msg)
if (code === 0) {
this.$router.push('/#/pages/property/downloadTempFile?tab=下载中心')
this.$router.push('/pages/property/downloadTempFile?tab=下载中心')
}
} catch (error) {
console.error('导出失败:', error)