Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
ff54b459
authored
2023-08-31 09:36:45 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改一并申请的配置
1 parent
9205d969
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/views/system/sqywgz/sqywDetail.vue
src/views/system/sqywgz/sqywDetail.vue
View file @
ff54b45
...
...
@@ -5,7 +5,7 @@
-->
<
template
>
<div>
<ul
class=
"edit-title-list"
v-if=
"djlxList.length > 0"
>
<ul
class=
"edit-title-list"
v-if=
"djlxList.length > 0
"
>
<li
v-for=
"(item, index) in djlxList"
@
click=
"handleTitleSelct(item, index)"
:key=
"index"
:class=
"
{ active: index == tn }">
{{
item
.
nodename
}}
...
...
@@ -190,6 +190,9 @@
*/
init
()
{
this
.
tn
=
0
;
if
(
this
.
formData
.
sqfl
==
"2"
){
this
.
getDetail
(
this
.
formData
.
bsmSqyw
);
}
else
{
getDjlxInfo
(
this
.
formData
.
bsmSqyw
).
then
((
res
)
=>
{
let
{
result
}
=
res
;
this
.
djlxList
=
result
?
result
:
[];
...
...
@@ -199,6 +202,7 @@
this
.
getDetail
(
this
.
formData
.
bsmSqyw
);
}
})
}
},
/**
* @description: orderNoChange
...
...
Please
register
or
sign in
to post a comment