@@ -407,13 +407,9 @@ export default {
} else {
tag = item;
}
- console.log(tag)
- console.log(tag.query);
- console.log(tag.meta);
- console.log(this.$router.$avueRouter.getPath({name: tag.label,src: tag.value},tag.meta));
this.$router.push({
path: this.$router.$avueRouter.getPath({name: tag.label,src: tag.value},tag.meta),
- // query: tag.query
+ query: tag.query
});
@@ -855,7 +855,9 @@ export default {
},
// 报表
openReport() {
- this.switchDialog =! this.switchDialog;
+ if (this.verification()) {
+ this.switchDialog =! this.switchDialog;
+ }
// 报表关闭
onClose(val) {