改方按钮 加参数pressDown 1按下、0弹起
This commit is contained in:
parent
a7e9638d4f
commit
59be3f8fcc
@ -676,7 +676,8 @@ export default {
|
||||
code: model.code,
|
||||
param: {
|
||||
labelEnum:model.labelEnum,
|
||||
stationCode:model.stationCode
|
||||
stationCode:model.stationCode,
|
||||
pressDown:model.pressDown ? 0 : 1 // 1按下、0弹起
|
||||
}
|
||||
};
|
||||
this.$store.dispatch('training/nextNew', operate).then(({ valid }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user