fix:注释mock数据
This commit is contained in:
parent
7f257e1316
commit
14aac09779
|
@ -77,18 +77,17 @@
|
||||||
</el-container>
|
</el-container>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import mockData from "./mock.json";
|
// import mockData from "./mock.json";
|
||||||
export default {
|
export default {
|
||||||
name: "total_statistics",
|
name: "total_statistics",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
mockData: mockData,
|
// mockData: mockData,
|
||||||
tableData11: [],
|
tableData11: [],
|
||||||
tableData22: [],
|
tableData22: [],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log("mockData", this.mockData);
|
|
||||||
this.getSourceData();
|
this.getSourceData();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue