去掉debugger
This commit is contained in:
@@ -2735,7 +2735,6 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
debugger
|
|
||||||
// this.form.country=this.countryArr;
|
// this.form.country=this.countryArr;
|
||||||
this.$refs['form'].validate((valid) => {
|
this.$refs['form'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user