实时数据对齐
This commit is contained in:
@@ -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 } )
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user