瀏覽代碼

确权调查移动端上传照片优化

wulanhaote
yujk 3 年之前
父節點
當前提交
9da998dba5
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      src/views/authenticRight/index.vue

+ 4
- 1
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 => {


Loading…
取消
儲存