提交 a168f9e1 编写于 作者: C Captain.B

loading

上级 76385135
<template>
<ms-container>
<ms-main-container>
<ms-main-container v-loading="result.loading">
<el-row :gutter="20">
<el-col :span="12">
<ms-performance-report-recent-list/>
......@@ -36,10 +36,11 @@
data() {
return {
values: [],
result: {},
}
},
mounted() {
this.$get('/performance/dashboard/tests', response => {
this.result = this.$get('/performance/dashboard/tests', response => {
this.values = response.data;
});
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册