feature/ysCha #23
@ -1000,9 +1000,7 @@ export const useTrestle = () => {
|
||||
if (!rackInfos) {
|
||||
const maxRows = surface.trestleDetail.moduleMaxRows
|
||||
const maxCols = surface.trestleDetail.moduleMaxCols
|
||||
const msg = `選択した家で設置可能
|
||||
モジュールの最大段数は${maxRows}、最大列数は${maxCols}です。
|
||||
上限より上部に取り付けたモジュールを削除してください。`
|
||||
const msg = `段数の上限は${maxRows}段です。 上限より上の段には設置できません`
|
||||
swalFire({ title: msg, type: 'alert' })
|
||||
throw new Error('rackInfos is null')
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user