地图数据维护中提示调整

This commit is contained in:
fan 2020-05-09 20:27:41 +08:00
parent f57bf47c7c
commit ecf816d32a

View File

@ -145,7 +145,7 @@ export default {
if (error.code == 30001) { if (error.code == 30001) {
this.$messageBox(this.$t('error.runGraphIsNotLoaded')); this.$messageBox(this.$t('error.runGraphIsNotLoaded'));
} else { } else {
this.$messageBox(this.$t('error.obtainOperationGraphFailed')); !this.dataError && this.$messageBox(this.$t('error.obtainOperationGraphFailed'));
} }
}); });
}); });