Commit 611ba4df0eefd5036f528ee1183c5083b0d575f2
1 parent
60b1326e
优化欠费明细导出bug
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/report/reportOweFeeDetailList.vue
| ... | ... | @@ -317,7 +317,7 @@ export default { |
| 317 | 317 | const { code, msg } = await exportData(params) |
| 318 | 318 | this.$message.success(msg) |
| 319 | 319 | if (code === 0) { |
| 320 | - this.$router.push('/#/pages/property/downloadTempFile?tab=下载中心') | |
| 320 | + this.$router.push('/pages/property/downloadTempFile?tab=下载中心') | |
| 321 | 321 | } |
| 322 | 322 | } catch (error) { |
| 323 | 323 | console.error('导出失败:', error) | ... | ... |