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){
ready();
}
else{
if(options.auto){
elemFile.value = '';
}
}
}, function(error){
error !== undefined && layui.hint().error(error);
})

Loading…
Cancel
Save