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
80dd3652
authored
2023-01-16 11:29:08 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:区县接入
1 parent
e955bedd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
src/components/dataDetails/edit-dialog.vue
src/components/dataDetails/edit-dialog.vue
View file @
80dd365
...
...
@@ -167,6 +167,9 @@ export default {
getDetail
({
bsmReport
:
this
.
dataReport
.
bsmReport
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
headerList
=
res
.
result
;
this
.
activeName
=
res
.
result
[
0
].
soleurl
this
.
bsmYwsjb
=
this
.
headerList
[
0
].
bsmYwsjb
;
this
.
editItem
=
this
.
loadView
(
this
.
activeName
);
}
});
},
...
...
@@ -177,11 +180,11 @@ export default {
this
.
index
=
_index
;
this
.
bsmYwsjb
=
this
.
headerList
[
val
.
index
].
bsmYwsjb
;
this
.
editItem
=
this
.
loadView
(
this
.
activeName
);
this
.
diaData
.
list
.
forEach
((
item
)
=>
{
if
(
item
.
soleurl
==
this
.
activeName
)
{
this
.
dataTable
=
item
.
dataTable
;
}
});
//
this.diaData.list.forEach((item) => {
//
if (item.soleurl == this.activeName) {
//
this.dataTable = item.dataTable;
//
}
//
});
},
loadView
(
view
)
{
return
(
r
)
=>
...
...
Please
register
or
sign in
to post a comment