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