Update upload.js

pull/1991/head
6 months ago committed by GitHub
parent 6a69c72533
commit b2f92834d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -476,6 +476,11 @@ layui.define(['lay', 'layer'], function(exports){
if(result !== false){ if(result !== false){
ready(); ready();
} }
else{
if(options.auto){
elemFile.value = '';
}
}
}, function(error){ }, function(error){
error !== undefined && layui.hint().error(error); error !== undefined && layui.hint().error(error);
}) })

Loading…
Cancel
Save