Explorar o código

优化详情弹框界面

zhang %!s(int64=5) %!d(string=hai) anos
pai
achega
e3949b96b2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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]
         }