提交 fd0d57d9 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!240 In the case of no data, the traceability of the model has no data and the...

!240 In the case of no data, the traceability of the model has no data and the text is revised down. The div of echart-no-data before the modification is displayed, and it is not displayed after the modification.
Merge pull request !240 from 秦君艳/master
......@@ -89,7 +89,7 @@ limitations under the License.
<div id="echart"
v-show="!noData && showEchartPic"></div>
<div class="echart-no-data"
v-show="!showEchartPic">
v-show="!noData && !showEchartPic">
</div>
<div class="btns-container"
v-show="showTable && !noData">
......@@ -1198,7 +1198,9 @@ export default {
}
},
)
.catch(() => {});
.catch(() => {
this.noData = true;
});
},
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册