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
cb7366c6
authored
2023-10-08 15:00:39 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
bec2e19a
e0d6e374
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/djbworkflow/components/clxx/index.vue
src/views/djbworkflow/components/clxx/index.vue
View file @
cb7366c
...
...
@@ -211,7 +211,7 @@
//删除最后一张图片时 val=null
this
.
tableData
.
forEach
((
item
)
=>
{
if
(
item
.
bsmSj
==
val
.
bsmSj
)
{
item
.
count
=
val
.
children
.
length
item
.
ys
=
val
.
children
.
length
}
});
this
.
previewImg
.
imgList
=
_
.
cloneDeep
(
val
.
children
);
...
...
@@ -223,7 +223,7 @@
this
.
previewImg
.
imgList
=
[];
this
.
tableData
.
forEach
((
item
,
index
)
=>
{
if
(
this
.
treeCheckId
==
item
.
bsmSj
)
{
item
.
count
=
0
;
item
.
ys
=
0
;
that
.
treeCheckIndex
=
index
;
}
})
...
...
Please
register
or
sign in
to post a comment