标签:asc href 跳转 open type let script highlight check
chenkHandle(row){
//原页打开
// this.$router.push({path:‘/duocai/detail‘,query:{ checkType:row.id,role:"manger"}});
//新开页
let newUrl = this.$router.resolve({path:‘/duocai/detail‘,query{checkType:row.id,role:"manger"}});
window.open(newUrl.href, "_blank");
},
标签:asc href 跳转 open type let script highlight check
原文地址:https://www.cnblogs.com/swt-axios/p/13355287.html