|
@@ -434,7 +434,7 @@ export default {
|
|
async mounted() {
|
|
async mounted() {
|
|
await this.getAreaList();
|
|
await this.getAreaList();
|
|
if (this.data) {
|
|
if (this.data) {
|
|
- this.form = { ...this.data };
|
|
|
|
|
|
+ this.form = Object.assign(this.form, this.data);
|
|
this.payState = this.data.payState;
|
|
this.payState = this.data.payState;
|
|
|
|
|
|
const { phone } = this.data
|
|
const { phone } = this.data
|