@@ -1775,6 +1775,10 @@ export default {
/* 基础指标刷新 */
refreshBaseHandler() {
+ if(this.EdbData.NoUpdate){
+ this.$message.warning("该指标已暂停刷新")
+ return
+ }
this.refreshLoading = true;
this.loading = this.$loading({
lock: true,