@@ -123,7 +123,6 @@
// this.form = this.data;
this.form = Object.assign(this.data);
this.isUpdate = true;
- console.log(1111111);
} else {
this.isUpdate = false;
}