luyisha 3 years ago
parent
commit
dfe9787633
  1. 2
      src/components/page/classification/Category.vue

2
src/components/page/classification/Category.vue

@ -272,7 +272,7 @@ export default {
arr.splice(i, 1); arr.splice(i, 1);
} }
} }
console.log(arr) console.log(arr, '处理后的数组')
this.twoList=arr; this.twoList=arr;
}else{ }else{
this.$message.error(res.msg); this.$message.error(res.msg);

Loading…
Cancel
Save