task#11214,调度app提交按钮事件优化

This commit is contained in:
2024-02-22 17:08:09 +08:00
parent 820c2e2150
commit 8376126b34

View File

@ -161,7 +161,7 @@ export default {
}, },
created() { created() {
this.id = this.$route.params.id; this.id = this.$route.params.id;
this.id=27 // this.id=27
this.activeIndex=this.$route.params.index; this.activeIndex=this.$route.params.index;
this.batchCode=this.$route.params.batchCode this.batchCode=this.$route.params.batchCode
console.log(" this.batchCode", this.batchCode,this.activeIndex) console.log(" this.batchCode", this.batchCode,this.activeIndex)