修改重新审核bug,选择固定时间去记账之后返回还是原本的时间和tab
This commit is contained in:
@ -360,7 +360,6 @@ export default {
|
||||
this.postfix=this.$route.params?.postfix;
|
||||
this.index=this.$route.params?.index;
|
||||
this.queryTime = this.$route.params?.queryTime
|
||||
// console.log(" this.queryTime", this.queryTime)
|
||||
this.$nextTick(async ()=>{
|
||||
await this.getDetail()
|
||||
})
|
||||
@ -395,13 +394,14 @@ export default {
|
||||
console.log("file",file)
|
||||
},
|
||||
goback(){
|
||||
this.$router.push({
|
||||
name:"workOrderReconciliation",
|
||||
params:{
|
||||
activeIndex:this.index,
|
||||
queryTime:this.queryTime
|
||||
}
|
||||
})
|
||||
// console.log("aaaaa",this.queryTime)
|
||||
this.$router.push({
|
||||
name:"workOrderReconciliation",
|
||||
params:{
|
||||
activeIndex:this.index,
|
||||
queryTime:this.queryTime,
|
||||
}
|
||||
})
|
||||
},
|
||||
async compute() {
|
||||
//现金业务置为0
|
||||
@ -575,7 +575,7 @@ export default {
|
||||
name:"workOrderReconciliation",
|
||||
params:{
|
||||
activeIndex:this.index,
|
||||
queryTime:this.queryTime
|
||||
queryTime:this.queryTime,
|
||||
}
|
||||
})
|
||||
},2000)
|
||||
|
Reference in New Issue
Block a user