路票调整

This commit is contained in:
dong 2023-01-18 13:53:13 +08:00
parent e46442cb56
commit 0343792daf

View File

@ -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);