|
@@ -74,7 +74,7 @@ const searchOther = async () => {
|
|
|
}
|
|
|
}
|
|
|
const searchNew = async () => {
|
|
|
- const info = { skip: 0, limit: 10, type: active.value, is_use: '0', status: '1' }
|
|
|
+ const info = { skip: 0, limit: 10, type: active.value, is_use: '0', status: '1', is_show: '0' }
|
|
|
let res
|
|
|
// 政策新闻
|
|
|
res = await newsStore.query(info)
|