Sfoglia il codice sorgente

优化详情弹框界面

zhang 4 anni fa
parent
commit
e3949b96b2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/components/payNameList/payNameList.vue

+ 1 - 0
src/components/payNameList/payNameList.vue

@@ -151,6 +151,7 @@
         var itemDetail = [] //临时数组
         var itemDetail = [] //临时数组
         var detail = row.payItemDetail.split('\\')
         var detail = row.payItemDetail.split('\\')
         // console.log(detail.length)
         // console.log(detail.length)
+        this.payItemDetail = []
         for (var j = 0; j < detail.length; j++) {
         for (var j = 0; j < detail.length; j++) {
           this.payItemDetail[j] = detail[j]
           this.payItemDetail[j] = detail[j]
         }
         }