Browse Source

Merge branch 'develop_pageStandard' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_szhj

chenrui 3 years ago
parent
commit
e13ce1646b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/allocationManagement/chainTransferIn/list.vue

+ 1 - 0
src/views/allocationManagement/chainTransferIn/list.vue

@@ -165,6 +165,7 @@ export default {
           if (res.status == 200) {
             data = res.data
             const no = (data.pageNo - 1) * data.pageSize
+
             for (var i = 0; i < data.list.length; i++) {
               data.list[i].no = no + i + 1