fix:修改BUG
dashboard模块 1.连续点击dashboard panel页面搜素按钮,界面提示错误,没有显示错误内容
This commit is contained in:
@@ -370,10 +370,7 @@ export default {
|
||||
}
|
||||
}).catch((error) => {
|
||||
if (error) {
|
||||
this.$message.error({
|
||||
content: this.$t("tip.refreshLater"),//'Please refesh later',//请稍后刷新
|
||||
duration: 3,
|
||||
});
|
||||
this.$message.error(error.toString());
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user