Commit 639a14cb by cmosquito

修改了所有页面进入学员详情页都是一个新页面

parent 9adf757b
...@@ -155,13 +155,20 @@ export default { ...@@ -155,13 +155,20 @@ export default {
this.getNewAddClew(); this.getNewAddClew();
}, },
handleStuDetail(id) { handleStuDetail(id) {
this.$router.push({ // 跳转学员详情页打开新页面
path: "/pms/stuDetail", // this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -511,14 +511,20 @@ export default { ...@@ -511,14 +511,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
submitForm(formName) { submitForm(formName) {
......
...@@ -213,14 +213,20 @@ export default { ...@@ -213,14 +213,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -296,14 +296,20 @@ export default { ...@@ -296,14 +296,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -488,25 +488,22 @@ export default { ...@@ -488,25 +488,22 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
},
handleStuDetail(id) {
// 跳到学员详情
this.$router.push({
path: "/pms/stuDetail",
query: {
id: id
}
});
// console.log(123);
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
// 翻页 // 翻页
this.listQuery.pageNum = val; this.listQuery.pageNum = val;
......
...@@ -255,14 +255,20 @@ export default { ...@@ -255,14 +255,20 @@ export default {
this.getData(); this.getData();
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -278,14 +278,20 @@ export default { ...@@ -278,14 +278,20 @@ export default {
this.getNewAddClew(); this.getNewAddClew();
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleAddRecord(id) { handleAddRecord(id) {
this.chatRecord = {}; this.chatRecord = {};
......
...@@ -212,14 +212,20 @@ export default { ...@@ -212,14 +212,20 @@ export default {
this.getNewStu(); this.getNewStu();
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -555,14 +555,20 @@ export default { ...@@ -555,14 +555,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -270,14 +270,20 @@ export default { ...@@ -270,14 +270,20 @@ export default {
this.getNewUnChatUser(); this.getNewUnChatUser();
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleAddRecord(id) { handleAddRecord(id) {
this.chatRecord = {}; this.chatRecord = {};
......
...@@ -479,14 +479,20 @@ export default { ...@@ -479,14 +479,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
// console.log("prop", column.prop); // console.log("prop", column.prop);
......
...@@ -249,13 +249,20 @@ export default { ...@@ -249,13 +249,20 @@ export default {
this.getData(); this.getData();
}, },
handleStuDetail(id) { handleStuDetail(id) {
this.$router.push({ // 跳转学员详情页打开新页面
path: "/pms/stuDetail", // this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -447,14 +447,20 @@ export default { ...@@ -447,14 +447,20 @@ export default {
this.getData(); this.getData();
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
// console.log("prop", column.prop); // console.log("prop", column.prop);
......
...@@ -186,14 +186,20 @@ export default { ...@@ -186,14 +186,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -229,13 +229,20 @@ export default { ...@@ -229,13 +229,20 @@ export default {
this.getData(); this.getData();
}, },
handleStuDetail(id) { handleStuDetail(id) {
this.$router.push({ // 跳转学员详情页打开新页面
path: "/pms/stuDetail", // this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -169,13 +169,20 @@ export default { ...@@ -169,13 +169,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
this.$router.push({ // 跳转学员详情页打开新页面
path: "/pms/stuDetail", // this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -291,13 +291,20 @@ export default { ...@@ -291,13 +291,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
this.$router.push({ // 跳转学员详情页打开新页面
path: "/pms/stuDetail", // this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -519,14 +519,20 @@ export default { ...@@ -519,14 +519,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 跳到学员详情 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
// 翻页 // 翻页
......
...@@ -471,14 +471,21 @@ export default { ...@@ -471,14 +471,21 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -340,13 +340,20 @@ export default { ...@@ -340,13 +340,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
this.$router.push({ // 跳转学员详情页打开新页面
path: "/pms/stuDetail", // this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -502,14 +502,20 @@ export default { ...@@ -502,14 +502,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -343,14 +343,20 @@ export default { ...@@ -343,14 +343,20 @@ export default {
this.getData(); this.getData();
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -242,14 +242,20 @@ export default { ...@@ -242,14 +242,20 @@ export default {
} }
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
del() { del() {
// this.$refs[formName].validate(valid => { // this.$refs[formName].validate(valid => {
......
...@@ -424,14 +424,20 @@ export default { ...@@ -424,14 +424,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -216,14 +216,20 @@ export default { ...@@ -216,14 +216,20 @@ export default {
this.getData(); this.getData();
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -178,13 +178,20 @@ export default { ...@@ -178,13 +178,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
this.$router.push({ // 跳转学员详情页打开新页面
path: "/pms/stuDetail", // this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
changeTableSort(column) { changeTableSort(column) {
console.log("prop", column.prop); console.log("prop", column.prop);
......
...@@ -525,14 +525,20 @@ export default { ...@@ -525,14 +525,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -521,12 +521,20 @@ export default { ...@@ -521,12 +521,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
this.$router.push({ // 跳转学员详情页打开新页面
path: "/pms/stuDetail", // this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -227,14 +227,20 @@ export default { ...@@ -227,14 +227,20 @@ export default {
this.getSingleTag(); this.getSingleTag();
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
del() { del() {
// this.$refs[formName].validate(valid => { // this.$refs[formName].validate(valid => {
......
...@@ -223,14 +223,20 @@ export default { ...@@ -223,14 +223,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
submitForm(formName) { submitForm(formName) {
......
...@@ -231,14 +231,20 @@ export default { ...@@ -231,14 +231,20 @@ export default {
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
submitForm(formName) { submitForm(formName) {
......
...@@ -423,14 +423,20 @@ export default { ...@@ -423,14 +423,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -579,14 +579,20 @@ export default { ...@@ -579,14 +579,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -571,14 +571,20 @@ export default { ...@@ -571,14 +571,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -467,14 +467,20 @@ export default { ...@@ -467,14 +467,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -751,14 +751,20 @@ export default { ...@@ -751,14 +751,20 @@ export default {
this.$router.push({ path: "/pms/addProduct" }); this.$router.push({ path: "/pms/addProduct" });
}, },
handleStuDetail(id) { handleStuDetail(id) {
// 测试用的 // 跳转学员详情页打开新页面
this.$router.push({ // this.$router.push({
path: "/pms/stuDetail", // path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const { href } = this.$router.resolve({
path: '/pms/stuDetail',
query: { query: {
id: id id: id
} }
}); });
// console.log(123); window.open(href, '_blank');
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment