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