Compare commits

..

No commits in common. "51c0519ac58b445ab67a5da16c696646cc563a37" and "54d4769f940e283c5c59b5fb0670084b84de0912" have entirely different histories.

View File

@ -952,18 +952,9 @@ export default function StuffDetail() {
//
const setZipInfo = (info) => {
prefCodeList.map((row) => {
if (row.prefName == info.address1) {
setPrefValue(row.prefId)
form.setValue('prefId', row.prefId)
form.setValue('prefName', info.address1)
}
})
//setPrefValue(info.prefId)
// form.setValue('prefId', info.prefId)
// 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('zipNo', info.zipNo)
}