diff --git a/mindinsight/ui/src/views/train-manage/model-traceback.vue b/mindinsight/ui/src/views/train-manage/model-traceback.vue index a2cf2e54b7e6c290d3743b6a9b55fbd28023fcaa..342f477e9453f60b0b0dfa98e49bbc3d91e1db8c 100644 --- a/mindinsight/ui/src/views/train-manage/model-traceback.vue +++ b/mindinsight/ui/src/views/train-manage/model-traceback.vue @@ -89,7 +89,7 @@ limitations under the License.
+ v-show="!noData && !showEchartPic">
@@ -1198,7 +1198,9 @@ export default { } }, ) - .catch(() => {}); + .catch(() => { + this.noData = true; + }); }, /**