代码调整
This commit is contained in:
parent
437fd3edbe
commit
b53e27640a
@ -89,7 +89,7 @@ const logicSectionRelations = computed(() => {
|
||||
const axleCountingSection = logicSection.queryStore.queryById(
|
||||
logicSection.datas.axleSectionId
|
||||
) as AxleCountingSection;
|
||||
if (axleCountingSection && axleCountingSection.datas.code) {
|
||||
if (axleCountingSection) {
|
||||
arr = [axleCountingSection.datas.code];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user