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> </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: {