|
@@ -73,7 +73,7 @@ export default {
|
|
next(data) {
|
|
next(data) {
|
|
if (this.active++ > 2) this.active = 0;
|
|
if (this.active++ > 2) this.active = 0;
|
|
let { sch, ...info } = data;
|
|
let { sch, ...info } = data;
|
|
- this.$set(this, `sch`, data);
|
|
|
|
|
|
+ this.$set(this, `sch`, sch);
|
|
this.$set(this, `form`, data);
|
|
this.$set(this, `form`, data);
|
|
},
|
|
},
|
|
back() {
|
|
back() {
|