代码调整

This commit is contained in:
dong 2023-07-12 15:12:37 +08:00
parent 437fd3edbe
commit b53e27640a

View File

@ -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];
}
}