* 重置单元列表滚动位置
()
| 232 | * 重置单元列表滚动位置 |
| 233 | */ |
| 234 | resetUnitListScroll() { |
| 235 | const scrollContainer = this.dom.unitList?.closest('.unit-list'); |
| 236 | if (scrollContainer) { |
| 237 | scrollContainer.scrollTop = 0; |
| 238 | } |
| 239 | } |
| 240 | |
| 241 | // ========================================================================= |
| 242 | // 单元管理 |
no outgoing calls
no test coverage detected