在我们网站找了好多的案例,结果没有跟我相同的案例
请求代码:
this.$API
.post("/article/query", {
page: {
pageSize: 5,
pageNumber: 1,
totalSize: 100
},
categorys: ["公司动态"],
state: 2
})
.then(res => {
this.newsData = res.list;
});
得到的数据类型:
过滤器: