Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
145aadbf
Commit
145aadbf
authored
Oct 24, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指导与宣教 查询修改
parent
de13be01
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Detail.vue
src/residentWX/guide/Detail.vue
+1
-1
List.vue
src/residentWX/guide/List.vue
+3
-2
No files found.
src/residentWX/guide/Detail.vue
View file @
145aadbf
...
@@ -108,7 +108,7 @@ export default {
...
@@ -108,7 +108,7 @@ export default {
},
},
// 文件内容
// 文件内容
annexList
()
{
annexList
()
{
return
this
.
info
?.
guid
e
?.
annexList
||
[]
return
this
.
info
?.
publiciz
e
?.
annexList
||
[]
},
},
mp3List
()
{
mp3List
()
{
return
this
.
annexList
.
filter
(
e
=>
e
.
type
==
2
)
return
this
.
annexList
.
filter
(
e
=>
e
.
type
==
2
)
...
...
src/residentWX/guide/List.vue
View file @
145aadbf
...
@@ -101,10 +101,11 @@ export default {
...
@@ -101,10 +101,11 @@ export default {
const
query
=
{
const
query
=
{
residentInfoId
:
this
.
userInfo
.
residentInfoId
,
residentInfoId
:
this
.
userInfo
.
residentInfoId
,
pageIndex
:
this
.
pagination
.
pageIndex
,
pageIndex
:
this
.
pagination
.
pageIndex
,
pageSize
:
this
.
pagination
.
pageSize
pageSize
:
this
.
pagination
.
pageSize
,
visitWayRulesList
:
[
2
,
3
],
}
}
if
(
this
.
activeTab
)
{
if
(
this
.
activeTab
)
{
query
.
visitWayRules
=
this
.
activeTab
query
.
visitWayRules
List
=
[
this
.
activeTab
]
}
}
queryGuideList
(
query
,
loading
).
then
(
res
=>
{
queryGuideList
(
query
,
loading
).
then
(
res
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment