Explorar el Código

宅基地调查

wulanhaote
yujk hace 3 años
padre
commit
e98cdddada
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      src/views/homesteadSurvey/add.vue

+ 3
- 3
src/views/homesteadSurvey/add.vue Ver fichero

@@ -3848,9 +3848,9 @@
let url = ","+file.baseUrl
let url1 = file.baseUrl+","
let url2 = file.baseUrl
this.form.zjdxctp = this.form.zjdxctp.replaceAll(url,"")
this.form.zjdxctp = this.form.zjdxctp.replaceAll(url1,"")
this.form.zjdxctp = this.form.zjdxctp.replaceAll(url2,"")
this.form.zjdxctp = this.form.zjdxctp.replace(new RegExp(url, "g"),"")
this.form.zjdxctp = this.form.zjdxctp.replace(new RegExp(url1, "g"),"")
this.form.zjdxctp = this.form.zjdxctp.replace(new RegExp(url2, "g"),"")
},
// 图片上传前
beforeReadfw(file){


Cargando…
Cancelar
Guardar