Commit 647099e9 authored by 李苏's avatar 李苏 💬

pid =》传递为id

parent 8208b050
......@@ -195,8 +195,7 @@
},
selectedTree: function(e) {
this.$refs.basePage.treeInfo = e
let pid = e.id
this.$refs.basePage.queryParams.pid = e.code||'root'
this.$refs.basePage.queryParams.pid = e.id
this.$refs.basePage.refresh()
......
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