|
@@ -47,7 +47,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
const change = (index: any) => {
|
|
const change = (index: any) => {
|
|
|
- data.categoryChild = [].concat(data.categoryInfo.category[index].children as any);
|
|
|
|
|
|
|
+ data.categoryChild = [].concat(data.category.category[index].children as any);
|
|
|
};
|
|
};
|
|
|
const onChange =()=>{
|
|
const onChange =()=>{
|
|
|
console.log("当前分类数据");
|
|
console.log("当前分类数据");
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
const changeText = (index: any) => {
|
|
const changeText = (index: any) => {
|
|
|
- data.categoryChild = [].concat(data.categoryInfo.category[index].children as any);
|
|
|
|
|
|
|
+ data.categoryChild = [].concat(data.category.category[index].children as any);
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const onChange =()=>{
|
|
const onChange =()=>{
|