|
@@ -56,6 +56,7 @@ export default {
|
|
},
|
|
},
|
|
async handleChange(file) {
|
|
async handleChange(file) {
|
|
console.log("change", file);
|
|
console.log("change", file);
|
|
|
|
+ this.fileList = [file];
|
|
if (!file?.raw) return;
|
|
if (!file?.raw) return;
|
|
file = file.raw;
|
|
file = file.raw;
|
|
async function blobToArray(blob) {
|
|
async function blobToArray(blob) {
|