mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix(仪表板): 修复仪表板中部分视图出现错误后不再刷新问题
This commit is contained in:
@@ -1002,7 +1002,7 @@ export default {
|
||||
},
|
||||
getData(id, cache = true, dataBroadcast = false) {
|
||||
// Err1001 已删除的不在重复请求
|
||||
if (this.requestStatus === 'waiting' || (this.message && this.message.indexOf('Err1001'))) {
|
||||
if (this.requestStatus === 'waiting' || (this.message && this.message.indexOf('Err1001')> -1)) {
|
||||
return
|
||||
}
|
||||
if (id) {
|
||||
|
||||
Reference in New Issue
Block a user