提交 f1d0b3ae authored 作者: lihuihui's avatar lihuihui

update

上级 f04e463c
......@@ -51,7 +51,7 @@ export default {
page: 1,
per_page: 100,
type: 74,
project_id: 1013
project_id: 1012
}
this.listData = await this.$axios.get('/api/zws/v1/cms/news', { params }).then(res => {
return res.filter((item, index) => {
......
......@@ -20,7 +20,7 @@ export default {
page: 1,
per_page: 100,
type: this.$route.query.type || 53,
project_id: 1013
project_id: 1012
}
this.newsList = await this.$axios.get('/api/zws/v1/cms/news', { params }).then(res => {
return res
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论