Commit 8208b050 authored by 李苏's avatar 李苏 💬

设备信息查询传参pid 空为 root

parent 77eb5233
......@@ -196,7 +196,7 @@
selectedTree: function(e) {
this.$refs.basePage.treeInfo = e
let pid = e.id
this.$refs.basePage.queryParams.sbxxCode = e.code
this.$refs.basePage.queryParams.pid = e.code||'root'
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