This commit is contained in:
2025-08-15 13:43:23 +08:00
parent 2f20fbe58e
commit beecdeedae
5 changed files with 43 additions and 16 deletions

View File

@@ -179,6 +179,9 @@ export default {
this.taskSeq = this.topInfo.task_seq.split('-')
const target = this.topInfo.task_point
this.currentStep = this.taskSeq.findIndex(item => item === target)
} else {
this.taskSeq = []
this.currentStep = null
}
this.$store.dispatch('setAgvObj', this.topInfo)
},