Commit 145aadbf authored by songrui's avatar songrui

指导与宣教 查询修改

parent de13be01
......@@ -108,7 +108,7 @@ export default {
},
// 文件内容
annexList() {
return this.info?.guide?.annexList || []
return this.info?.publicize?.annexList || []
},
mp3List() {
return this.annexList.filter(e => e.type == 2)
......
......@@ -101,10 +101,11 @@ export default {
const query = {
residentInfoId: this.userInfo.residentInfoId,
pageIndex: this.pagination.pageIndex,
pageSize: this.pagination.pageSize
pageSize: this.pagination.pageSize,
visitWayRulesList: [2,3],
}
if (this.activeTab) {
query.visitWayRules = this.activeTab
query.visitWayRulesList = [this.activeTab]
}
queryGuideList(query, loading).then(res => {
......
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