fix:注释mock数据

This commit is contained in:
shijing 2024-06-03 08:57:52 +08:00
parent 7f257e1316
commit 14aac09779
1 changed files with 2 additions and 3 deletions

View File

@ -77,18 +77,17 @@
</el-container>
</template>
<script>
import mockData from "./mock.json";
// import mockData from "./mock.json";
export default {
name: "total_statistics",
data() {
return {
mockData: mockData,
// mockData: mockData,
tableData11: [],
tableData22: [],
};
},
mounted() {
console.log("mockData", this.mockData);
this.getSourceData();
},
methods: {