Browse Source

成本部分调整

yuanrf 11 months ago
parent
commit
43f0b71602
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/Finance/Cost.vue

+ 1 - 2
src/components/Finance/Cost.vue

@@ -3567,6 +3567,7 @@ export default {
                         that.visaCountryInfoArr = [];
                     }
 
+                    that.ShowBaoPi = [];
                     if (resp.data.data.baoPi.length > 0) {
                         //that.sheetDatal
                         const baoPi = resp.data.data.baoPi;
@@ -3652,8 +3653,6 @@ export default {
                                 that.cabinDatal[i].childList[3].tips = '暂无!'
                             }
                         }
-
-                        that.ShowBaoPi = [];
                     }
 
                     that.blackCodeIsTrue = resp.data.data.blackCodeIsTrue;