@@ -659,7 +659,8 @@ export default {
this.$message({
showClose: true,
message: msg,
- type: type || 'warning'
+ type: type || 'warning',
+ duration:1000
});
},
handleChange(file, fileList) {