diff --git a/src/views/authenticRight/index.vue b/src/views/authenticRight/index.vue index 1dba3959..c385b9e5 100644 --- a/src/views/authenticRight/index.vue +++ b/src/views/authenticRight/index.vue @@ -1142,9 +1142,12 @@ this.xcdcform["lackCount"] = i if(this.xcdcform.fileUrl1.length>0){ this.xcdcform.fileUrl1 = location.protocol+"//"+location.host+request.defaults.baseURL+ this.xcdcform.fileUrl1.replace(location.protocol+"//"+location.host+request.defaults.baseURL,"") - + }else { + this.xcdcform.fileUrl1="" }if(this.xcdcform.fileUrl2.length>0){ this.xcdcform.fileUrl2 = location.protocol+"//"+location.host+request.defaults.baseURL+ this.xcdcform.fileUrl2.replace(location.protocol+"//"+location.host+request.defaults.baseURL,"") + }else { + this.xcdcform.fileUrl2="" } if(this.xcdcform.id){ updateInvestigate(this.xcdcform).then(res => {