Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1f639c9c
authored
2023-01-16 16:01:13 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:数据上报
1 parent
bbfbbc89
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/sbbwcx/index.vue
src/views/sbbwcx/index.vue
View file @
1f639c9
...
...
@@ -75,7 +75,7 @@
</div>
<!-- 引入详情组件 -->
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
/>
<dataDetails
ref=
"editLog"
:title=
"title"
/>
</div>
</
template
>
<
script
>
...
...
@@ -182,6 +182,7 @@ export default {
label
:
"河南县"
,
},
],
title
:
''
};
},
methods
:
{
...
...
@@ -205,6 +206,7 @@ export default {
handleEscalation
()
{
},
// 详情
handleDetail
(
row
)
{
this
.
title
=
row
.
rectypeName
this
.
$refs
.
editLog
.
isShow
(
row
);
},
},
...
...
Please
register
or
sign in
to post a comment