实时数据对齐

This commit is contained in:
sjl
2025-08-07 14:43:56 +08:00
parent d2f92ecde4
commit 022d80f30e
7 changed files with 1410 additions and 310 deletions

View File

@@ -636,7 +636,7 @@ onBeforeMount(async () => {
// 比对模式下加载额外的计划表格数据
const patternId2 = dictStore.getDictData('Pattern').find(item => item.name === modeStore.currentMode)?.id
if (patternId2 !== undefined) {
planTable.value = await getPlanList({ 'patternId': patternId2 })
planTable.value = await getPlanList({ 'patternId': patternId2 } )
}
})