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(){