|
|
@@ -3544,9 +3544,12 @@ |
|
|
|
let url = ","+file.baseUrl |
|
|
|
let url1 = file.baseUrl+"," |
|
|
|
let url2 = file.baseUrl |
|
|
|
this.form.yctp = this.form.yctp.replaceAll(url,"") |
|
|
|
this.form.yctp = this.form.yctp.replaceAll(url1,"") |
|
|
|
this.form.yctp = this.form.yctp.replaceAll(url2,"") |
|
|
|
this.form.yctp = this.form.yctp.replace(new RegExp(url, "g"),"") |
|
|
|
this.form.yctp = this.form.yctp.replace(new RegExp(url1, "g"),"") |
|
|
|
this.form.yctp = this.form.yctp.replace(new RegExp(url2, "g"),"") |
|
|
|
this.form.yctp = this.form.yctp.split(url).join("") |
|
|
|
this.form.yctp = this.form.yctp.split(url1).join("") |
|
|
|
this.form.yctp = this.form.yctp.split(url2).join("") |
|
|
|
}, |
|
|
|
shownmfwlist(item){ |
|
|
|
this.zrzh = item.zrzh |
|
|
@@ -3851,6 +3854,9 @@ |
|
|
|
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"),"") |
|
|
|
this.form.zjdxctp = this.form.zjdxctp.split(url).join("") |
|
|
|
this.form.zjdxctp = this.form.zjdxctp.split(url1).join("") |
|
|
|
this.form.zjdxctp = this.form.zjdxctp.split(url2).join("") |
|
|
|
}, |
|
|
|
// 图片上传前 |
|
|
|
beforeReadfw(file){ |
|
|
@@ -3899,9 +3905,12 @@ |
|
|
|
let url = ","+file.baseUrl |
|
|
|
let url1 = file.baseUrl+"," |
|
|
|
let url2 = file.baseUrl |
|
|
|
this.nmfwform.zjdxctp = this.nmfwform.zjdxctp.replaceAll(url,"") |
|
|
|
this.nmfwform.zjdxctp = this.nmfwform.zjdxctp.replaceAll(url1,"") |
|
|
|
this.nmfwform.zjdxctp = this.nmfwform.zjdxctp.replaceAll(url2,"") |
|
|
|
this.nmfwform.zjdxctp = this.nmfwform.zjdxctp.replace(new RegExp(url, "g"),"") |
|
|
|
this.nmfwform.zjdxctp = this.nmfwform.zjdxctp.replace(new RegExp(url1, "g"),"") |
|
|
|
this.nmfwform.zjdxctp = this.nmfwform.zjdxctp.replace(new RegExp(url2, "g"),"") |
|
|
|
this.nmfwform.zjdxctp = this.nmfwform.zjdxctp.split(url).join("") |
|
|
|
this.nmfwform.zjdxctp = this.nmfwform.zjdxctp.split(url1).join("") |
|
|
|
this.nmfwform.zjdxctp = this.nmfwform.zjdxctp.split(url2).join("") |
|
|
|
}, |
|
|
|
onConfirmhzsjly(value){ |
|
|
|
this.nhform.sjlyName = value.dictLabel |
|
|
|