Commit c2c773b2 by wangshenyang

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

parent 5620ab05
......@@ -41,9 +41,9 @@ export default {
const param = {
pageIndex: 0,
isValid: true,
isNotValid: true,
isNotValid: false,
isPublished: true,
isNotPublished: true,
isNotPublished: false,
isSendMsg: true,
isNotSendMsg: true,
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