Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7f94c660
authored
Jun 24, 2021
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
图片上传的bug
parent
cd093441
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
resources/views/script/supplier/SupplierFileScript.blade.php
resources/views/script/supplier/SupplierFileScript.blade.php
View file @
7f94c660
...
...
@@ -26,7 +26,7 @@
,
before
:
function
()
{
}
,
choose
:
function
(
obj
)
{
let
files
=
obj
.
pushFile
();
var
files
=
this
.
files
=
obj
.
pushFile
();
let
recentFile
=
files
[
Object
.
keys
(
files
)[
Object
.
keys
(
files
)
.
length
-
1
]]
fileName
=
recentFile
.
name
;
loadIndex
=
layer
.
load
(
1
);
...
...
@@ -38,6 +38,8 @@
}
else
{
layer
.
msg
(
'上传接口异常,请重试或者联系管理员 . '
+
res
.
message
);
}
// console.log(this.files[index]);
delete
this
.
files
[
index
];
layer
.
close
(
loadIndex
);
}
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment