fix: change address input to can change
This commit is contained in:
parent
6b62dfc1f2
commit
c653df0ce7
@ -93,7 +93,7 @@ export const selectBoxOptions: Record<SelectBoxKeys, { id: number; name: string
|
|||||||
RAFTER_PITCH: [
|
RAFTER_PITCH: [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
name: '(455mm以下',
|
name: '455mm以下',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
|
|||||||
@ -6,7 +6,6 @@ import { usePopupController } from '@/store/popupController'
|
|||||||
import { useAddressStore } from '@/store/addressStore'
|
import { useAddressStore } from '@/store/addressStore'
|
||||||
import { useSessionStore } from '@/store/session'
|
import { useSessionStore } from '@/store/session'
|
||||||
|
|
||||||
|
|
||||||
export default function BasicRegist({
|
export default function BasicRegist({
|
||||||
basicInfoData,
|
basicInfoData,
|
||||||
setBasicInfoData,
|
setBasicInfoData,
|
||||||
@ -14,7 +13,6 @@ export default function BasicRegist({
|
|||||||
basicInfoData: SurveyBasicRequest
|
basicInfoData: SurveyBasicRequest
|
||||||
setBasicInfoData: (data: SurveyBasicRequest) => void
|
setBasicInfoData: (data: SurveyBasicRequest) => void
|
||||||
}) {
|
}) {
|
||||||
|
|
||||||
const { addressData } = useAddressStore()
|
const { addressData } = useAddressStore()
|
||||||
const { session } = useSessionStore()
|
const { session } = useSessionStore()
|
||||||
|
|
||||||
@ -129,7 +127,6 @@ export default function BasicRegist({
|
|||||||
placeholder="都道府県"
|
placeholder="都道府県"
|
||||||
value={basicInfoData.ADDRESS ?? ''}
|
value={basicInfoData.ADDRESS ?? ''}
|
||||||
onChange={(e) => handleChange('ADDRESS', e.target.value)}
|
onChange={(e) => handleChange('ADDRESS', e.target.value)}
|
||||||
readOnly
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user