parent
e5a9c08749
commit
d1bd9f7ef6
|
@ -336,7 +336,7 @@ export default {
|
||||||
this.form.num = list.length + 1;
|
this.form.num = list.length + 1;
|
||||||
list = list.concat([this.form]);
|
list = list.concat([this.form]);
|
||||||
}
|
}
|
||||||
|
this.list = [...list]
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
}
|
}
|
||||||
|
@ -348,7 +348,7 @@ export default {
|
||||||
num: this.list.length + 1,
|
num: this.list.length + 1,
|
||||||
point: "",
|
point: "",
|
||||||
sw: 0,
|
sw: 0,
|
||||||
mode: "1",
|
mode: 1,
|
||||||
status: 1,
|
status: 1,
|
||||||
};
|
};
|
||||||
this.updateIndex = null;
|
this.updateIndex = null;
|
||||||
|
|
Loading…
Reference in New Issue