张泽亮 hace 2 años
padre
commit
33ed20fdc2
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      src/views/project/signUp.vue

+ 5
- 0
src/views/project/signUp.vue Ver fichero

@@ -350,6 +350,11 @@ export default {
})
},
onRead (file) {
this.$toast.loading({
message: "正在提交...",
forbidClick: true,
duration: 0,
});
let data = {};
let f = []
for (let i of file){


Cargando…
Cancelar
Guardar