Commit d766d4ca by 郑艺斌

修复无法搜索问题

parent 4030c46d
Showing with 1 additions and 0 deletions
...@@ -372,6 +372,7 @@ export default { ...@@ -372,6 +372,7 @@ export default {
} else { } else {
this.activeli.id = v[0].id; this.activeli.id = v[0].id;
this.activeli.parentId = v[0].parentId; this.activeli.parentId = v[0].parentId;
this.searchSubmit()
} }
} }
}, },
......
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 sign in to comment