wuye
/
webui
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1f9802a2e834f3feff6aeef7a0ee5f3ff7d13523
Authored by
wuxw
2025-08-26 17:34:04 +0800
1 parent
b0260112
v1.9 登陆错误信息提示
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/fee/deleteFee.vue
src/components/fee/deleteFee.vue
View file @
1f9802a
...
...
@@ -47,7 +47,7 @@ export default {
47
47
}
48
48
} catch (error) {
49
49
console.error('请求失败:', error)
50
- this.$message.error(
this.$t('common.operateFail'))
50
+ this.$message.error(
error ||
this.$t('common.operateFail'))
51
51
}
52
52
}
53
53
}
...
...