feat: 手机号码支持选择区号

This commit is contained in:
jiangweidong
2023-04-07 21:12:23 +08:00
committed by Jiangjie.Bai
parent b658e37fcb
commit de5ff58d18
6 changed files with 99 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<script>
import { GenericCreateUpdatePage } from '@/layout/components'
import UserPassword from '@/components/FormFields/UserPassword'
import { UserPassword, PhoneInput } from '@/components/FormFields'
import rules from '@/components/DataForm/rules'
import { mapGetters } from 'vuex'
@@ -151,6 +151,9 @@ export default {
},
value: []
}
},
phone: {
component: PhoneInput
}
},
submitMethod() {