Browse Source

bug1813 上传图片显示bug

zhouna 6 years ago
parent
commit
6ebb1f9138
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/preTreat/PubIndeptQa.vue

+ 1 - 0
src/components/preTreat/PubIndeptQa.vue

@@ -376,6 +376,7 @@
         if(response.code==='0'){
         if(response.code==='0'){
           this.showFileList = true;
           this.showFileList = true;
           this.form.region13 = '{imageUrlPrefix}'+response.data.url;
           this.form.region13 = '{imageUrlPrefix}'+response.data.url;
+          this.sendData();
         }else{
         }else{
           this.showFileList=false;
           this.showFileList=false;
           this.warning(response.msg);
           this.warning(response.msg);