|
@@ -178,7 +178,7 @@ import { UsersStore } from '@/store/api/user/user'
|
|
|
import { AssociationStore } from '@/store/api/user/association'
|
|
|
const store = UsersStore()
|
|
|
const associationStore = AssociationStore()
|
|
|
-const form = ref({ role: ['User', 'Association'], info: {} })
|
|
|
+const form = ref({ role: 'Association', info: {} })
|
|
|
const validatePhoneNumber = (rule, value, callback) => {
|
|
|
const reg = /^1[3-9]\d{9}$/
|
|
|
if (!value) {
|