Explorar el Código

直接上传logo,无需先清除

Michael Wang hace 4 años
padre
commit
4b10ae0b1c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/features/system/OrgManagement/UploadFile.vue

+ 1 - 0
src/features/system/OrgManagement/UploadFile.vue

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