Compare commits

...

2 Commits

View File

@ -119,9 +119,10 @@
title: info.message, title: info.message,
type: 'error' type: 'error'
}); });
this.$refs.upload.clear()
return ;
} }
this.$refs.upload.clear()
return ;
this.image = info.data.file_name; this.image = info.data.file_name;
}, },