Commit 7fbb0f0d by 杨树贤

继续优化前端

parent d2096a09
...@@ -60,6 +60,9 @@ ...@@ -60,6 +60,9 @@
fileName = recentFile.name; fileName = recentFile.name;
loadIndex = layer.load(1); loadIndex = layer.load(1);
}, },
error: function () {
layer.close(loadIndex);
},
done: function (res, index, upload) { done: function (res, index, upload) {
let fieldName = ''; let fieldName = '';
fileName = this.files[index].name; fileName = this.files[index].name;
...@@ -122,4 +125,4 @@ ...@@ -122,4 +125,4 @@
}); });
}); });
</script> </script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment