Browse Source

优化详情弹框界面

zhang 4 years ago
parent
commit
e3949b96b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/payNameList/payNameList.vue

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

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