Commit c2c773b2 by wangshenyang

修改首页通知公告查询数据不对问题

parent 5620ab05
...@@ -41,9 +41,9 @@ export default { ...@@ -41,9 +41,9 @@ export default {
const param = { const param = {
pageIndex: 0, pageIndex: 0,
isValid: true, isValid: true,
isNotValid: true, isNotValid: false,
isPublished: true, isPublished: true,
isNotPublished: true, isNotPublished: false,
isSendMsg: true, isSendMsg: true,
isNotSendMsg: true, isNotSendMsg: true,
functionGroupIs: 'publish-zone-news', functionGroupIs: 'publish-zone-news',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment