Compare commits

..

No commits in common. "2e6fef951c6df92189aec303123c322e55c4ff47" and "aafa5f59486a002a77a440b5ca93b9753d0076cd" have entirely different histories.

View File

@ -952,18 +952,9 @@ export default function StuffDetail() {
// //
const setZipInfo = (info) => { const setZipInfo = (info) => {
setPrefValue(info.prefId)
prefCodeList.map((row) => { form.setValue('prefId', info.prefId)
if (row.prefName == info.address1) {
setPrefValue(row.prefId)
form.setValue('prefId', row.prefId)
form.setValue('prefName', info.address1) form.setValue('prefName', info.address1)
}
})
//setPrefValue(info.prefId)
// form.setValue('prefId', info.prefId)
// form.setValue('prefName', info.address1)
form.setValue('address', info.address2 + info.address3) form.setValue('address', info.address2 + info.address3)
form.setValue('zipNo', info.zipNo) form.setValue('zipNo', info.zipNo)
} }