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
b952d9c7
Commit
b952d9c7
authored
Sep 29, 2024
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复检测方案记录被检车企搜索栏无选项,查看详情或导出时无法获取检测机构数据
parent
9aa8dbef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
detail.vue
src/views/plan/customized/detail.vue
+2
-2
index.vue
src/views/plan/list/index.vue
+3
-0
No files found.
src/views/plan/customized/detail.vue
View file @
b952d9c7
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<div
class=
"task-item"
>
<div
class=
"task-item"
>
<span
class=
"task-label"
>
检测机构:
</span>
<span
class=
"task-label"
>
检测机构:
</span>
<span
class=
"task-content"
>
<span
class=
"task-content"
>
{{
task
.
testOrganization
Name
}}
{{
task
.
dept
Name
}}
</span>
</span>
</div>
</div>
</div>
</div>
...
@@ -251,7 +251,7 @@ export default {
...
@@ -251,7 +251,7 @@ export default {
inspectionStandardName
:
this
.
task
.
inspectionStandardName
,
inspectionStandardName
:
this
.
task
.
inspectionStandardName
,
inspectCarCompanyName
:
this
.
task
.
inspectCarCompanyName
,
inspectCarCompanyName
:
this
.
task
.
inspectCarCompanyName
,
carModel
:
this
.
task
.
carModel
,
carModel
:
this
.
task
.
carModel
,
testOrganizationName
:
this
.
task
.
testOrganization
Name
,
testOrganizationName
:
this
.
task
.
dept
Name
,
createTime
:
this
.
task
.
createTime
,
createTime
:
this
.
task
.
createTime
,
carExperimentRequest
:
{
carExperimentRequest
:
{
regulationName
:
this
.
task
.
inspectionStandardName
,
regulationName
:
this
.
task
.
inspectionStandardName
,
...
...
src/views/plan/list/index.vue
View file @
b952d9c7
...
@@ -178,6 +178,7 @@
...
@@ -178,6 +178,7 @@
import
page
from
'@/mixins/page'
import
page
from
'@/mixins/page'
import
{
del
,
update
}
from
'@/api/plan'
import
{
del
,
update
}
from
'@/api/plan'
import
companyDialog
from
'./components/dialog.vue'
import
companyDialog
from
'./components/dialog.vue'
import
{
componentSelect
}
from
'@/api/system/sample'
export
default
{
export
default
{
components
:
{
components
:
{
companyDialog
companyDialog
...
@@ -221,6 +222,7 @@ export default {
...
@@ -221,6 +222,7 @@ export default {
this
.
queryParams
.
isAsc
=
'desc'
this
.
queryParams
.
isAsc
=
'desc'
this
.
queryParams
.
orderByColumn
=
'createTime'
this
.
queryParams
.
orderByColumn
=
'createTime'
this
.
view
=
this
.
$route
.
query
.
view
this
.
view
=
this
.
$route
.
query
.
view
this
.
getComponentSelect
()
this
.
buttonDisabled
=
true
this
.
buttonDisabled
=
true
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
buttonDisabled
=
false
this
.
buttonDisabled
=
false
...
@@ -311,6 +313,7 @@ export default {
...
@@ -311,6 +313,7 @@ export default {
isAsc
:
'desc'
,
isAsc
:
'desc'
,
orderByColumn
:
'createTime'
orderByColumn
:
'createTime'
}).
then
(
res
=>
{
}).
then
(
res
=>
{
console
.
log
(
res
)
this
.
componentSelect
=
res
.
rows
this
.
componentSelect
=
res
.
rows
})
})
}
}
...
...
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