解决书签便签之间切换,数据显示状态等问题
This commit is contained in:
@ -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(),
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user