This commit is contained in:
bb_pan 2025-12-24 18:42:17 +08:00
parent 0be9ab90c9
commit 47916931f1
1 changed files with 2 additions and 2 deletions

View File

@ -1076,10 +1076,10 @@ export default {
this.tableData = listRes.rows
this.total = listRes.total || 0
} else {
this.$message.error(listRes.msg || '获取装备列表失败')
// this.$message.error(listRes.msg || '')
}
} catch (error) {
this.$message.error('获取装备列表失败:' + (error.message || '未知错误'))
console.log('🚀 ~ error:', error)
} finally {
this.tableLoading = false
}