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
1c763407
authored
2023-07-24 09:07:42 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料文件上传
1 parent
821394aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/workflow/components/clxx/clxxUnify.vue
src/views/workflow/components/clxx/clxxUnify.vue
View file @
1c76340
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
05 09:55:42
* @LastEditTime: 2023-07-
24 08:53:26
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -69,9 +69,9 @@
created
()
{
this
.
clmlInitList
(
1
)
},
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
ableOperation
},
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
ableOperation
},
methods
:
{
// 自动预览
/**
...
...
@@ -151,7 +151,7 @@
*/
updateList
(
val
)
{
let
that
=
this
if
(
val
.
children
.
length
!=
[]
)
{
//删除最后一张图片时 val=null
if
(
val
.
children
.
length
!=
0
)
{
//删除最后一张图片时 val=null
this
.
tableData
.
forEach
(
item
=>
{
if
(
item
.
bsmSj
===
val
.
bsmSj
)
{
item
.
children
=
val
.
children
...
...
Please
register
or
sign in
to post a comment