解决书签便签之间切换,数据显示状态等问题

This commit is contained in:
WangHao
2020-10-17 18:57:15 +08:00
parent 20da1d10a0
commit bbcf39bfc6
6 changed files with 158 additions and 70 deletions

View File

@ -1168,10 +1168,15 @@
//节点点击
OnClickzTree: function (event, treeId, treeNode) {
var that = this;
var property=that.$store.state.property;
if (property==null||property==''||property==undefined){
property=0;
}
that.$router.push({
path: "/content",
query: {
menuId: treeNode.menuId,
property:property,
t:Date.now(),
}
})