task#11347,index值计入
This commit is contained in:
@ -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,}
|
||||
});
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user