| | |
| | | <script> |
| | | import './kbCommon.css' |
| | | import { cgddchart, kbTop, loadEcharts } from '@/utils/myEcharts' |
| | | import { PurchaseLeftBottom, PurchaseLeftTop, PurchaseRight } from '@/api/dzkb' |
| | | import { PurchaseLeftBottom, PurchaseLeftTop, PurchaseRight } from '@/api/kanbanManager' |
| | | |
| | | export default { |
| | | name: 'Index2', |
| | |
| | | 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 }) { |