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
70adf0ac
authored
2023-11-10 10:56:53 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
5a61518d
9947d394
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 @
70adf0a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-1
0-31 14:39:57
* @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 @
70adf0a
<!--
* @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 @
70adf0a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-
01 08:51:46
* @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