提交
This commit is contained in:
@@ -270,12 +270,16 @@ export default {
|
||||
},
|
||||
// 跳转到图表编辑页面
|
||||
goGenerateCharts(id) {
|
||||
this.$router.push({
|
||||
path: 'GenerateCharts',
|
||||
window.open(this.$router.resolve({ path: '/GenerateCharts',
|
||||
query: {
|
||||
id: id
|
||||
}
|
||||
});
|
||||
} }).href, '_blank');
|
||||
// this.$router.push({
|
||||
// path: 'GenerateCharts',
|
||||
// query: {
|
||||
// id: id
|
||||
// }
|
||||
// });
|
||||
},
|
||||
|
||||
// 隐藏alert
|
||||
|
||||
Reference in New Issue
Block a user