update 驾驶舱

This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-04-25 17:07:44 +08:00
parent bb399835e7
commit 752df8417d
6 changed files with 255 additions and 235 deletions

View File

@@ -56,7 +56,6 @@ export default {
data() {
return {};
},
computed: {},
watch: {
period: {
handler(val) {
@@ -67,7 +66,8 @@ export default {
},
methods: {
fetchData(period = "日") {
this.$store.dispatch("copilot/initCopilot", { period });
console.log(`产量驾驶舱,获取${period}数据`);
this.$store.dispatch("copilot/initCopilot", { period, source: "yield" });
},
},
};