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
8c5084d2
authored
2023-10-31 14:06:16 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:高拍仪
1 parent
e4a75463
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/components/imagePreview.vue
src/views/xxba/components/clxx/dialog/imagePreview.vue
src/views/components/imagePreview.vue
View file @
8c5084d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-31 1
0:21:32
* @LastEditTime: 2023-10-31 1
4:03:38
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
src/views/xxba/components/clxx/dialog/imagePreview.vue
View file @
8c5084d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-31 10:
46:5
4
* @LastEditTime: 2023-10-31 10:
57:3
4
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -199,7 +199,7 @@
formData
.
append
(
"bsmMaterial "
,
this
.
previewImg
.
bsmMaterial
);
formData
.
append
(
"bsmSlsq"
,
this
.
previewImg
.
bsmSlsq
);
if
(
this
.
previewImg
.
imgList
.
length
>
0
)
{
formData
.
append
(
"ss
b
smMaterial"
,
this
.
previewImg
.
imgList
[
this
.
previewImg
.
index
].
bsmMaterial
);
formData
.
append
(
"ss
B
smMaterial"
,
this
.
previewImg
.
imgList
[
this
.
previewImg
.
index
].
bsmMaterial
);
}
uploadSjClmx
(
formData
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
...
...
Please
register
or
sign in
to post a comment