浏览代码

预览文件赋值修改

xuefy 3 年之前
父节点
当前提交
06005e860c
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      front-vue/src/views/service/credit/creditSeal.vue

+ 5 - 5
front-vue/src/views/service/credit/creditSeal.vue

@@ -505,12 +505,12 @@ export default {
                 if(response.data.list){
                     this.pdfFileList = response.data.list;
                 }
-            });
-        //文件存在
-        if(this.pdfFileList.length > 0 ){
-                this.pdfShowDialog = true;
+                 //文件存在
+                if(this.pdfFileList.length > 0 ){
+                        this.pdfShowDialog = true;
 
-        }
+                }
+            });
     },
     //选择类型
     selectType(){