loulijun2021
2023-05-11 3d73201f0830320c703cfb3d36b47976eb3d94e7
src/views/kanbanManager/cgdd.vue
@@ -401,13 +401,13 @@
            divData.scrollTop = 0
            PurchaseRight().then(res => {
              this.tableDataRank = res.data
              if (this.tableDataRank.length > 21) {
              if (this.tableDataRank.length > 23) {
                clearInterval(this.PurchaseRight)
                this.getPurchaseRight()
              }
            })
          }
        }, this.tableDataRank.length <= 21 ? 1000 * 3 : 100)
        }, this.tableDataRank.length <= 23 ? 1000 * 3 : 100)
      })
    },
    tableRowClassName({ row, rowIndex }) {