견적서상세
This commit is contained in:
parent
ad05fdea25
commit
b9968ea786
@ -114,6 +114,14 @@ export default function Estimate({ params }) {
|
||||
row.check = true
|
||||
}
|
||||
})
|
||||
//detail과 상관없이 디폴트 체크목록
|
||||
//ATTR003,ATTR007
|
||||
if (row.code === 'ATTR003') {
|
||||
row.check = true
|
||||
}
|
||||
if (row.code === 'ATTR007') {
|
||||
row.check = true
|
||||
}
|
||||
})
|
||||
setSpecialNoteList(res)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user