f7acf334 by zhaoqian

代办箱

1 parent 7ec11035
......@@ -132,20 +132,15 @@ export default {
window.open(row.url)
},
handleSelect(item) {
console.log(this.$route.path+":this.$route.params.path")
console.log(JSON.stringify(item)+":item")
//非编辑状态才可以点击
if (!this.isEdit) {
if(this.$route.path === '/dbx'){
this.$parent.changeActiveName("dbx");
}else {
if(item.path){
this.$router.push({
path:'/dbx'
})
}
}
}
},
tableRowClassName({ row, rowIndex }) {
if (rowIndex % 2 !== 0) {
......