浏览代码

bug1813 上传图片显示bug

zhouna 6 年之前
父节点
当前提交
6ebb1f9138
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/preTreat/PubIndeptQa.vue

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

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