mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化欠费明细导出bug
This commit is contained in:
parent
60b1326e68
commit
611ba4df0e
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user