Commit f1476e11 by xue_wengang

细案类别处理

parent 0e3cc6e5
...@@ -1744,6 +1744,8 @@ export default { ...@@ -1744,6 +1744,8 @@ export default {
}, },
lzHandleNodeClick(res) { lzHandleNodeClick(res) {
this.xalbStr = res.label.substring(0, res.label.length - 14); this.xalbStr = res.label.substring(0, res.label.length - 14);
this.xzaStr = ''
this.$set(this.parentLb,'childId','')
this.xaData = []; this.xaData = [];
this.parentLb.childId = ""; this.parentLb.childId = "";
this.parentLb.id = ""; this.parentLb.id = "";
......
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