二级替选
This commit is contained in:
parent
c29aecfcc0
commit
d19c2a1834
@ -71,13 +71,16 @@ export default {
|
||||
},
|
||||
// 选择标签
|
||||
selectTap(item, index) {
|
||||
// console.log(item);
|
||||
this.selectIndex = index;
|
||||
this.selectClassifiedData = serialize(item.children);
|
||||
console.log(item);
|
||||
if(index == 0){
|
||||
this.tapList=[]
|
||||
this.selectClassifiedData = serialize(this.classifiedData);
|
||||
}
|
||||
if(index == 1){
|
||||
this.selectIndex = index;
|
||||
this.tapList.splice(index,1)
|
||||
this.selectClassifiedData = serialize(this.tapList[0].children);
|
||||
}
|
||||
},
|
||||
// 点击请选择
|
||||
pleaseSelect() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user