task#11347,index值计入

This commit is contained in:
2024-02-26 15:05:02 +08:00
parent 546cda7eeb
commit 74b2782525
2 changed files with 12 additions and 5 deletions

View File

@ -101,7 +101,12 @@ export default {
},
methods:{
goPrePage(){
this.$router.push({ name: 'caseList', });
this.$router.push({
name: 'caseList',
params: {
type: this.type
}
});
},
onRefresh() {
this.getList()
@ -147,8 +152,7 @@ export default {
index:this.activeIndex,
batchCode:this.id,
getUrlId:this.getUrlId,
type:this.type
}
type:this.type,}
});
},