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
9947d394
authored
2023-11-10 10:56:25 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料信息编辑放大功能的完善
1 parent
ec3916e9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
src/views/components/imagePreview.vue
src/views/djbworkflow/components/clxx/dialog/imagePreview.vue
src/views/xxba/components/clxx/dialog/imagePreview.vue
src/views/components/imagePreview.vue
View file @
9947d39
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-1
0-31 14:03:38
* @LastEditTime: 2023-1
1-10 10:55:05
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -329,6 +329,7 @@
deleteClmx
(
bsmClmx
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
that
.
$emit
(
'updateList'
,
{
children
:
this
.
previewImg
.
imgList
,
bsmSj
:
bsmSj
})
that
.
initialIndex
=
that
.
previewImg
.
index
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
...
...
src/views/djbworkflow/components/clxx/dialog/imagePreview.vue
View file @
9947d39
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-
01 08:55:44
* @LastEditTime: 2023-11-
10 10:55:18
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -328,6 +328,7 @@
deleteClmx
(
bsmClmx
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
that
.
$emit
(
'updateList'
,
{
children
:
this
.
previewImg
.
imgList
,
bsmSj
:
bsmSj
})
that
.
initialIndex
=
that
.
previewImg
.
index
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
...
...
src/views/xxba/components/clxx/dialog/imagePreview.vue
View file @
9947d39
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-
01 08:47:49
* @LastEditTime: 2023-11-
10 10:53:37
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -330,6 +330,7 @@
deleteFile
(
bsmFile
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
that
.
$emit
(
'updateList'
,
{
children
:
this
.
previewImg
.
imgList
,
bsmMaterial
:
bsmMaterial
})
that
.
initialIndex
=
that
.
previewImg
.
index
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
...
...
Please
register
or
sign in
to post a comment