update
This commit is contained in:
parent
995b761d88
commit
9f22f57955
@ -62,7 +62,7 @@ export default defineComponent({
|
|||||||
const formState = reactive({
|
const formState = reactive({
|
||||||
phone: '',
|
phone: '',
|
||||||
password: '',
|
password: '',
|
||||||
is_admin: true
|
role: 'admin'
|
||||||
})
|
})
|
||||||
|
|
||||||
const onFinish = async values => {
|
const onFinish = async values => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user