修改重新审核bug,选择固=时间去记账之后返回还是原本的时间和tab
This commit is contained in:
@ -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
|
||||
}
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user