From ecf816d32a47ff6131b4dab91b3cfb7aaf069d6d Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Sat, 9 May 2020 20:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=95=B0=E6=8D=AE=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E4=B8=AD=E6=8F=90=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/jointTrainingNew/menuSchema.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/newMap/jointTrainingNew/menuSchema.vue b/src/views/newMap/jointTrainingNew/menuSchema.vue index 08856f0b1..eecb13afc 100644 --- a/src/views/newMap/jointTrainingNew/menuSchema.vue +++ b/src/views/newMap/jointTrainingNew/menuSchema.vue @@ -145,7 +145,7 @@ export default { if (error.code == 30001) { this.$messageBox(this.$t('error.runGraphIsNotLoaded')); } else { - this.$messageBox(this.$t('error.obtainOperationGraphFailed')); + !this.dataError && this.$messageBox(this.$t('error.obtainOperationGraphFailed')); } }); });