Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-web
Project
Project
Details
Activity
Releases
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
中汽研标准应用数据库
car-database-web
Commits
ee5cfb59
Commit
ee5cfb59
authored
Sep 29, 2024
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复搜索后点击其他类型无法显示数据
parent
e0270a03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
chapterOption.vue
src/components/Page/chapterOption.vue
+4
-2
index.vue
src/views/setting/standardTerms/index.vue
+1
-0
No files found.
src/components/Page/chapterOption.vue
View file @
ee5cfb59
...
@@ -141,7 +141,8 @@ export default {
...
@@ -141,7 +141,8 @@ export default {
standardNo
:
data
.
parent
.
parent
.
data
.
standardNo
,
standardNo
:
data
.
parent
.
parent
.
data
.
standardNo
,
name
:
data
.
parent
.
parent
.
data
.
name
,
name
:
data
.
parent
.
parent
.
data
.
name
,
type
:
data
.
parent
.
data
.
value
,
type
:
data
.
parent
.
data
.
value
,
chapter
:
node
.
chapter
chapter
:
node
.
chapter
,
text
:
''
}
}
this
.
$store
.
dispatch
(
'standard/setStandardObj'
,
standard
)
this
.
$store
.
dispatch
(
'standard/setStandardObj'
,
standard
)
}
}
...
@@ -151,7 +152,8 @@ export default {
...
@@ -151,7 +152,8 @@ export default {
standardNo
:
data
.
parent
.
data
.
standardNo
,
standardNo
:
data
.
parent
.
data
.
standardNo
,
name
:
data
.
parent
.
data
.
name
,
name
:
data
.
parent
.
data
.
name
,
type
:
node
.
value
,
type
:
node
.
value
,
chapter
:
''
chapter
:
''
,
text
:
''
}
}
this
.
$store
.
dispatch
(
'standard/setStandardObj'
,
standard
)
this
.
$store
.
dispatch
(
'standard/setStandardObj'
,
standard
)
}
}
...
...
src/views/setting/standardTerms/index.vue
View file @
ee5cfb59
...
@@ -389,6 +389,7 @@ export default {
...
@@ -389,6 +389,7 @@ export default {
this
.
queryParams
.
chapter
=
newVal
.
chapter
this
.
queryParams
.
chapter
=
newVal
.
chapter
this
.
queryParams
.
name
=
newVal
.
name
this
.
queryParams
.
name
=
newVal
.
name
this
.
queryParams
.
standardNo
=
newVal
.
standardNo
this
.
queryParams
.
standardNo
=
newVal
.
standardNo
this
.
queryParams
.
text
=
newVal
.
text
this
.
loadData
()
this
.
loadData
()
}
}
...
...
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