Merge Q-CAST-III-MR-771: 견적서 케이블 관련
This commit is contained in:
commit
305d212c78
@ -1718,7 +1718,7 @@ export default function Estimate({}) {
|
|||||||
}}
|
}}
|
||||||
value={cableItem}
|
value={cableItem}
|
||||||
>
|
>
|
||||||
<option value={''}>selected</option>
|
{/* <option value={''}>selected</option> */}
|
||||||
{cableItemList.length > 0 &&
|
{cableItemList.length > 0 &&
|
||||||
cableItemList.map((row) => (
|
cableItemList.map((row) => (
|
||||||
<option key={row.clRefChr1} value={row.clRefChr1}>
|
<option key={row.clRefChr1} value={row.clRefChr1}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user