Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
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
吴迪
gs1
Commits
804e1a2c
Commit
804e1a2c
authored
Dec 24, 2021
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改常见问题全部问题请求参数bug
parent
edd5e648
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
Faq.vue
src/views/Business/Faq.vue
+9
-10
No files found.
src/views/Business/Faq.vue
View file @
804e1a2c
...
...
@@ -38,7 +38,7 @@
role="tabpanel"
:aria-labelledby="tmp.type + '-tab'"
>
<faqTable
:list=
"tmp.data"
@
toTableFather=
"receiveTableFather"
/>
<faqTable
:list=
"tmp.data"
@
toTableFather=
"receiveTableFather"
/>
<pages
:currPage=
"pageParams.currPage"
:pageSize=
"pageParams.pageSize"
...
...
@@ -89,12 +89,7 @@ export default {
name
:
"业务办理"
,
link
:
"/Business/Faq"
,
active
:
"ywbl"
,
data
:
[
{
name
:
"企业申请注册厂商识别代码是否必须到中国物品编码中心总部办理?"
,
type
:
"业务办理"
,
},
],
data
:
[],
},
{
type
:
"cpxxtb"
,
...
...
@@ -164,7 +159,11 @@ export default {
methods
:
{
init
(
id
)
{
const
current
=
this
.
list
.
filter
((
item
)
=>
item
.
active
===
id
)[
0
];
this
.
search
.
typeName
=
current
.
name
;
if
(
current
.
name
===
"全部问题"
)
{
this
.
search
.
typeName
=
""
;
}
else
{
this
.
search
.
typeName
=
current
.
name
;
}
this
.
getFaqListByTypeName
();
},
// 接收分页子组件传过来的值
...
...
@@ -174,9 +173,9 @@ export default {
},
// 接收列表子组件传过来的值
receiveTableFather
(
msg
)
{
console
.
log
(
msg
,
'接收列表子组件传过来的值'
);
console
.
log
(
msg
,
"接收列表子组件传过来的值"
);
this
.
$router
.
push
({
path
:
'/Business/Faq/Msg'
,
path
:
"/Business/Faq/Msg"
,
query
:
{
type
:
this
.
current
,
id
:
msg
.
id
,
...
...
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