update
This commit is contained in:
parent
c945cf935c
commit
a48c6a9683
@ -61,7 +61,8 @@ export default defineComponent({
|
|||||||
const loading = ref(false)
|
const loading = ref(false)
|
||||||
const formState = reactive({
|
const formState = reactive({
|
||||||
phone: '',
|
phone: '',
|
||||||
password: ''
|
password: '',
|
||||||
|
is_admin: true
|
||||||
})
|
})
|
||||||
|
|
||||||
const onFinish = async values => {
|
const onFinish = async values => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user