|
|
@@ -183,6 +183,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
async createGroup() {
|
|
|
+ this.isServerError = false;
|
|
|
this.$v.$touch();
|
|
|
if (!this.$v.name.$invalid) {
|
|
|
try {
|
|
|
@@ -207,6 +208,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
async joinGroup() {
|
|
|
+ this.isServerError = false;
|
|
|
this.$v.$touch();
|
|
|
if (!this.$v.code.$invalid) {
|
|
|
try {
|