改方按钮 加参数pressDown 1按下、0弹起

This commit is contained in:
joylink_cuiweidong 2022-04-28 14:46:08 +08:00
parent a7e9638d4f
commit 59be3f8fcc

View File

@ -676,7 +676,8 @@ export default {
code: model.code,
param: {
labelEnum:model.labelEnum,
stationCode:model.stationCode
stationCode:model.stationCode,
pressDown:model.pressDown ? 0 : 1 // 10
}
};
this.$store.dispatch('training/nextNew', operate).then(({ valid }) => {