路票调整
This commit is contained in:
parent
e46442cb56
commit
0343792daf
@ -113,14 +113,14 @@ export default {
|
|||||||
},
|
},
|
||||||
noChange(val) {
|
noChange(val) {
|
||||||
const operate = {
|
const operate = {
|
||||||
operation: this.ticketForm.no.operation,
|
operation: this.ticketInput.no.operation,
|
||||||
val: val
|
val: val
|
||||||
};
|
};
|
||||||
this.$store.dispatch('trainingNew/next', operate);
|
this.$store.dispatch('trainingNew/next', operate);
|
||||||
},
|
},
|
||||||
memberIdChange(val) {
|
memberIdChange(val) {
|
||||||
const operate = {
|
const operate = {
|
||||||
operation: this.ticketForm.memberId.operation,
|
operation: this.ticketInput.memberId.operation,
|
||||||
val: val
|
val: val
|
||||||
};
|
};
|
||||||
this.$store.dispatch('trainingNew/next', operate);
|
this.$store.dispatch('trainingNew/next', operate);
|
||||||
|
Loading…
Reference in New Issue
Block a user