|
@@ -349,11 +349,11 @@ export default {
|
|
|
//改变选中节点
|
|
|
nodeChangeHandle(data, node) {
|
|
|
if (data.ClassifyId === this.select_classify) return;
|
|
|
+ this.select_classify = data.ClassifyId;
|
|
|
if(data.ParentId===0&&data.Child){
|
|
|
this.rightShow=false
|
|
|
return
|
|
|
}
|
|
|
- this.select_classify = data.ClassifyId;
|
|
|
this.leftSearchVal=''
|
|
|
this.page_no = 1;
|
|
|
this.page_size = 20;
|