Commit 8eb80e35 by liuwange1

默认楼层

parent 55e1a0db
......@@ -112,8 +112,8 @@ export default {
watch: {
activeIndex(n) {
this.listR = this.listL[n].child || [];
this.activeIndex2 = 0;
this.buildClickHandle2(0);
this.activeIndex2 = 1;
this.buildClickHandle2(1);
},
},
};
......
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