修改bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: zhp
|
||||
* @Date: 2024-05-07 10:25:10
|
||||
* @LastEditTime: 2024-05-09 08:41:11
|
||||
* @LastEditTime: 2024-05-13 15:48:10
|
||||
* @LastEditors: zhp
|
||||
* @Description:
|
||||
-->
|
||||
@@ -56,8 +56,11 @@ export default {
|
||||
immediate: true,
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
fetchData(period = "日") {
|
||||
// console.log(this.width);
|
||||
// console.log('sidebar', this.$store.getters.sidebar);
|
||||
console.log(`效率驾驶舱,获取${period}数据`);
|
||||
this.$store.dispatch("copilot/initCopilot", {
|
||||
period,
|
||||
|
||||
Reference in New Issue
Block a user