Merge branch 'test_deplotSimulation' of git.code.tencent.com:lian-cbtc/jl-client into test_deplotSimulation

This commit is contained in:
yuan 2021-09-07 15:31:00 +08:00
commit e85986a5f7
2 changed files with 585 additions and 519 deletions

View File

@ -122,9 +122,14 @@
<span class="status_detailInfo" style="color: #e61013">{{ alamMessage }}</span>
</div>
<div class="delayTime">
<<<<<<< HEAD
<span class="status_lable">延时<br />时间</span>
<span class="status_detailInfo" style="color: #e61013">{{ delayInfo }} {{ delayTime }}</span>
<!-- <span class="status_detailInfo" style="color: #e61013">非进路解锁延时 07 </span> -->
=======
<span class="status_lable">延时<br />时间</span>
<span class="status_detailInfo" style="color: #e61013">{{ delayTime }}</span>
>>>>>>> 5d1297176fb6d1137d44a095e2e76c0157239c37
</div>
</div>
<password-box ref="password" pop-class="fuzhou-01__systerm" @checkOver="passWordCommit" />
@ -150,7 +155,6 @@ export default {
inter: null,
operation: '0',
delayTime: '',
delayInfo: '',
promptInfo: '',
alamMessage: '',
deviceList: [],
@ -210,6 +214,20 @@ export default {
}
}
},
//
trainingOperation(operate) {
this.$store
.dispatch('training/nextNew', operate)
.then(({ valid }) => {
if (valid) {
this.$store.dispatch('menuOperation/handleBreakFlag', { break: true })
}
})
.catch((error) => {
console.error(error)
this.$refs.noticeInfo.doShow()
})
},
passWordCommit(data) {
let operate = {}
if (data.overNext) {
@ -233,20 +251,6 @@ export default {
}
this.trainingOperation(operate)
},
//
trainingOperation(operate) {
this.$store
.dispatch('training/nextNew', operate)
.then(({ valid }) => {
if (valid) {
this.$store.dispatch('menuOperation/handleBreakFlag', { break: true })
}
})
.catch((error) => {
console.error(error)
this.$refs.noticeInfo.doShow()
})
},
resetMbmButton() {
this.$store.dispatch('menuOperation/setButtonOperation', null)
Handler.clear() //

File diff suppressed because it is too large Load Diff