|
@@ -143,6 +143,7 @@ export default {
|
|
this.sbInfoDTOS = record.sbUnusedDetailVOS.map(item => {
|
|
this.sbInfoDTOS = record.sbUnusedDetailVOS.map(item => {
|
|
return {
|
|
return {
|
|
id: item.sbId,
|
|
id: item.sbId,
|
|
|
|
+ sbUnusedDetailId: item.id,
|
|
name: item.sbName,
|
|
name: item.sbName,
|
|
no: item.sbNo,
|
|
no: item.sbNo,
|
|
positionNo: item.positionNo
|
|
positionNo: item.positionNo
|