有时候点列表但是由于查询问题,后端返回数据的速度很慢,导致回来的顺序错乱,后端解决不了,前端来 在jq年代 像标志位 防抖 节流等 在angular里使用了rxjs //错误示范 getIntelligenceById(id, page, size, search?) { this.tableLoading=true; this.knowledgeService.findIntelligence(id, page, size,search).pipe(debounceTime(1000)).su…