Explorar el Código

产权交易注册检索

rongxin_prod
庞东旭 hace 1 año
padre
commit
1a706e2c03
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) { onRead (file) {
this.$toast.loading({
message: "正在提交...",
forbidClick: true,
duration: 0,
});
let data = {}; let data = {};
let f = [] let f = []
for (let i of file){ for (let i of file){


Cargando…
Cancelar
Guardar