This commit is contained in:
parent
0be9ab90c9
commit
47916931f1
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue