Commit 07db1c49 by 乔延琦

Merge branch 'develop-wangshenyang' into 'develop'

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

See merge request GFP/RBC/rbc-frontend!143
parents 44e89bd8 c2c773b2
......@@ -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