luyisha 3 years ago
parent
commit
687726f40b
  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);
}
}
console.log(arr, '处理后的数组')
console.log(arr, '处理后的数组');
this.twoList=arr;
}else{
this.$message.error(res.msg);

Loading…
Cancel
Save