그리드 표시 name 추가

This commit is contained in:
hyojun.choi 2024-10-25 16:35:33 +09:00
parent f7d0971792
commit df4c90cfec

View File

@ -33,7 +33,7 @@ export function useFirstOption() {
optionName = ['outerLine', 'wallLine']
break
case 'gridDisplay': //그리드 표시
optionName = ['lineGrid', 'dotGrid']
optionName = ['lineGrid', 'dotGrid', 'adsorptionPoint', 'tempGrid']
break
case 'lineDisplay': //지붕선 표시
optionName = ['roof', 'roofBase']