|
@@ -62,11 +62,7 @@ export default {
|
|
|
phone: this.form.phone
|
|
|
},
|
|
|
this.form,
|
|
|
-<<<<<<< HEAD
|
|
|
- { phone: token ? phone : data.phone }
|
|
|
-=======
|
|
|
- { phone: data.phone, reportMail: data.reportMail }
|
|
|
->>>>>>> main
|
|
|
+ { phone: token ? phone : data.phone, reportMail: data.reportMail }
|
|
|
)
|
|
|
this.updateFormStatus(this.form)
|
|
|
}
|