提交 35d4b5b5 编写于 作者: Q qin_jun_yan

In the case of no data, the traceability of the model has no data and the text is revised down.

上级 d7734be6
......@@ -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.
先完成此消息的编辑!
想要评论请 注册