修改重新审核bug,选择固=时间去记账之后返回还是原本的时间和tab

This commit is contained in:
2023-11-06 17:31:48 +08:00
parent 340da8348f
commit afa3dedc05
3 changed files with 46 additions and 13 deletions

View File

@ -127,6 +127,7 @@ export default {
postfix:'',
orderInfo:{},
index:"",
queryTime:'',//记录工单对账选择的时间
serviceType:'',
settleType:'',
taskFlowId: '',
@ -161,6 +162,7 @@ export default {
this.id=this.$route.params?.id;
this.postfix=this.$route.params?.postfix;
this.index=this.$route.params?.index;
this.queryTime = this.$route.params?.queryTime
await this.getDetail()
},
methods: {
@ -169,6 +171,7 @@ export default {
name:"workOrderReconciliation",
params:{
activeIndex:this.index,
queryTime:this.queryTime
}
})
},