Merge branch 'dev' into dev-yj
This commit is contained in:
commit
db86917f8e
@ -83,7 +83,13 @@ export function useRoofAllocationSetting(id) {
|
|||||||
}
|
}
|
||||||
setCurrentRoofList([
|
setCurrentRoofList([
|
||||||
...currentRoofList,
|
...currentRoofList,
|
||||||
{ ...currentRoofMaterial, selected: false, id: currentRoofMaterial.roofMatlCd, name: currentRoofMaterial.roofMatlNm },
|
{
|
||||||
|
...currentRoofMaterial,
|
||||||
|
selected: false,
|
||||||
|
id: currentRoofMaterial.roofMatlCd,
|
||||||
|
name: currentRoofMaterial.roofMatlNm,
|
||||||
|
index: currentRoofList.length,
|
||||||
|
},
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user